neuhalje / bouncy-gpg

Make using Bouncy Castle with OpenPGP fun again!
https://neuhalje.github.io/bouncy-gpg/
Other
205 stars 58 forks source link

Symmetric encryption #71

Open gmellemstrand opened 1 year ago

gmellemstrand commented 1 year ago

Is it possible to encrypt symmetrically using AES256 so that it can be decrypted using the command line GPG tool and a passphrase. If possible, it is not entirely clear in the documentation how to do this.

The decrypt command should then be something like: gpg --decrypt --cipher-algo AES256 --passphrase="PASSWORD"