Is there a way to encrypt file with GnuPG using AES-256 algoritm ?
I mean when I generate key by gpg --gen-key I can only chose between DSA and RSA - but I would like to have AES key to encrypt files with it
Please help
Thanks, maybe you know how to use AES256 with kGPG to encrypt te file with DSA key ?karnesky wrote:DSA and RSA are the format of the pubkeys you generate. You can use many encryption algorithms with these keys.
gpg -aes --cipher-algo AES
The defaults are sane & should be reasonable for most applications, though.
I don't use kGPG, so don't know. AES256 might already be the default for you. Use 'gpg --edit-key' and show/set your preferences. I'd imagine that kGPG would just use these default prefs which are associated with your key.cpu wrote:Thanks, maybe you know how to use AES256 with kGPG to encrypt te file with DSA key ?