openpgp-php/lib
Stephen Paul Weber d27d30a352
Implement encryptSecretKey
Allow encrypting a decrypted secret key, which is especially useful for
generating a new encrypted secret key.  Defaults to AES256, S2K
iter+salt SHA512, always uses s2k_useage 254 with sha1 integrity
protection of the encrypted key material.

Also add an example to parallel keygen.php that generates a key and then
encrypts it with a passphrase.
2019-09-10 21:31:06 -05:00
..
openpgp_crypt_rsa.php If session decryption fails, return NULL 2018-07-25 09:57:33 -05:00
openpgp_crypt_symmetric.php Implement encryptSecretKey 2019-09-10 21:31:06 -05:00
openpgp_mcrypt_wrapper.php Add support for CAST5 using mcrypt 2013-09-14 13:17:30 -05:00
openpgp_openssl_wrapper.php Use OpenSSL for CAST5 2018-07-25 14:08:00 -05:00
openpgp.php Bump to 0.4.0 2019-08-01 13:11:09 -05:00