mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
188f359d39
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 |
||
---|---|---|
.. | ||
3des.out | ||
blowfish.out | ||
cast5.out | ||
crypt-blowfish.out | ||
crypt-des.out | ||
crypt-md5.out | ||
crypt-xdes.out | ||
des.out | ||
hmac-md5.out | ||
hmac-sha1.out | ||
init.out | ||
md5.out | ||
pgp-armor.out | ||
pgp-compression.out | ||
pgp-decrypt.out | ||
pgp-encrypt-DISABLED.out | ||
pgp-encrypt.out | ||
pgp-info.out | ||
pgp-pubkey-decrypt.out | ||
pgp-pubkey-DISABLED.out | ||
pgp-pubkey-encrypt.out | ||
pgp-zlib-DISABLED.out | ||
rijndael.out | ||
sha1.out | ||
sha2.out |