Computer Tips - Linux: The Linux file encryption commands

Date: 2007nov2 OS: Linux Level: Beginner Q. Linux: The Linux file encryption commands A. You can use:
gpg - Gnu Privary Guard
shred - Securely delete a file
bcrypt - Encrypt a file with the Blowfish algorithm
crypt - Not around any more
See man pages for more info.