Make encrypted file with a gpg extension When executing command, it prompts you to enter passphrase. gpg --symmetric --cipher-algo aes256 filename.ext Decrypt file gpg --output filename.ext --decrypt filename.ext.gpg