This is an old revision of the document!
Table of Contents
Manually Encrypt Files
You may encrypt files for security.
Encrypt a File
To encrypt a file, open the terminal and use
cd directory bcrypt -c filename
After encryption, it will be renamed to filename.bfe.
Extract an Encrypted File
To extract a file encrypted using this method, use
cd directory bcrypt -c filename.bfe