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.sql | ||
blowfish.sql | ||
cast5.sql | ||
crypt-blowfish.sql | ||
crypt-des.sql | ||
crypt-md5.sql | ||
crypt-xdes.sql | ||
des.sql | ||
hmac-md5.sql | ||
hmac-sha1.sql | ||
init.sql | ||
md5.sql | ||
pgp-armor.sql | ||
pgp-compression.sql | ||
pgp-decrypt.sql | ||
pgp-encrypt-DISABLED.sql | ||
pgp-encrypt.sql | ||
pgp-info.sql | ||
pgp-pubkey-decrypt.sql | ||
pgp-pubkey-DISABLED.sql | ||
pgp-pubkey-encrypt.sql | ||
pgp-zlib-DISABLED.sql | ||
rijndael.sql | ||
sha1.sql | ||
sha2.sql |