• Alvaro Herrera's avatar
    pgcrypto: support changing S2K iteration count · 188f359d
    Alvaro Herrera authored
    pgcrypto already supports key-stretching during symmetric encryption,
    including the salted-and-iterated method; but the number of iterations
    was not configurable.  This commit implements a new s2k-count parameter
    to pgp_sym_encrypt() which permits selecting a larger number of
    iterations.
    
    Author: Jeff Janes
    188f359d
pgp-pgsql.c 22.9 KB