This is an old revision of the document!


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
Print/export
QR Code
QR Code wiki:encrypt_files (generated for current page)