Open
Description
pgp_sym_encrypt function supports certain options. For example by default it uses AES128 algorithm to encrypt but you can customize pgp_sym_encrypt(data, psw, 'compress-algo=1, cipher-algo=aes256')
. Is there a way I can provide the cipher-algo option with value AES256 when I create CharPGPSymmetricKeyField
or maybe in the settings file? If there is not then could there please be an enhancement that can be made for this?