Title: encrypt a file Subject: This will create an encrypted file. 1. To encrypt single file: gpg -c password.txt 2. To decrypt file: gpg password.txt.gpg -o password.txt