neuhalje/bouncy-gpg

Encrypt using aes256

lrpreda opened this issue · 1 comments

Hi,

There is a way for encrypt using AES 256 ??? I didn't see anything related to AES in any example or document.

Thanks

Found it.....

I created a new PGPAlgorithmSuite(SHA_256, AES_256, ZLIB) and use it in BouncyGPG.... withAlgorithms(This new Suite);

thanks !