lrpreda opened this issue 7 years ago · 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 !