GPG para cifrar un archivo
gpg --output encrypted.data --symmetric --cipher-algo AES256 un_encrypted.data
Zaphod Beeblebrox
gpg --output encrypted.data --symmetric --cipher-algo AES256 un_encrypted.data