Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:encrypt_files [2011/05/24 06:49] – created Guy | wiki: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 | + | ==== Decrypt a File ==== |
- | To extract | + | To decrypt |
< | < | ||
bcrypt -c filename.bfe</ | bcrypt -c filename.bfe</ | ||
+ | |||
+ | ==== 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 | ||
+ | |||
+ | < | ||
+ | |||
+ | This may now be made into an encrypted file, using the method above. | ||
+ | |||
+ | After decrypting it, extract it using | ||
+ | |||
+ | < | ||