All tools

GPG Symmetric Encryption

AES-256 · OpenPGP armored output · compatible with gpg --symmetric


Encrypted messages can be decrypted locally with:
gpg --decrypt --output plain.txt message.asc
or symmetrically encrypted with:
gpg --symmetric --armor --cipher-algo AES256 plain.txt