An implementation of PGP, Pretty Good Privacy.
Use symmetric algorithm
gpg -c myfile.txt
Rename output file
gpg -o outfile.bin
Combine
gpg -co outfile.bin myfile.txt
gpg outfile.bin