Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:encrypt_files [2011/05/24 06:49] – created Guywiki:encrypt_files [2011/05/24 07:59] (current) – [If You Have More than One File] Guy
Line 12: Line 12:
 After encryption, it will be renamed to filename.bfe. After encryption, it will be renamed to filename.bfe.
  
-==== Extract an Encrypted File ====+==== Decrypt a File ====
  
-To extract a file encrypted using this method, use+To decrypt a file, use
  
 <code>cd directory <code>cd directory
 bcrypt -c filename.bfe</code> bcrypt -c filename.bfe</code>
 +
 +==== If You Have More than One File ====
 +
 +If you have more than one file, it is ideal to compress them into a .tgz file first (there are other options).
 +
 +To do this use
 +
 +<code>tar -cvzf name.tgz files-or-directories</code>
 +
 +This may now be made into an encrypted file, using the method above.
 +
 +After decrypting it, extract it using
 +
 +<code>tar -xvf name.tgz</code>
  
Print/export
QR Code
QR Code wiki:encrypt_files (generated for current page)