Ccrypt: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 18:27, 4 February 2011

May be obtained here: http://ccrypt.sourceforge.net/

To encrypt a file called myfile.txt:

ccrypt -e myfile.txt

You will be asked for your password twice. The file myfile.txt will be replaced with a file named myfile.txt.cpt.

To decrypt myfile.txt.cpt:

ccrypt -d myfile.txt.cpt

Enter the password at the prompt. The encrypted file will be replaced with a decrypted myfile.txt.