Protect your data: File encryption

You have data that needs to be secured. Don’t shake your head and say “No I don’t”. Yes, you do. It could be your “special” text file that you keep your passwords in or that Excel spreadsheet you’ve been keeping track of your finances on. Either way, it needs to be protected with encryption.

What is encryption? According to the Wikipedia entry, encryption is “the process of obscuring information to make it unreadable without special knowledge.”. In the case of your data files, the special knowledge is (1) the program used to encrypt/decrypt the files and (2) the passphrase that unlocks the files (i.e. allows decryption).

My software of choice for encrypting files on a Windows system is AxCrypt (free & open source). The reason I chose it over other encryption programs, like TrueCrypt, is it’s ease of use from an “Average Joe/Jane user” perspective. There is no (zero) configuration needed and encryption/decryption commands can be started from the right-click context menu.

Some of the features of AxCrypt include:

To get the best encryption level possible, create a key file (right-click a file, AxCrypt -> Make Key-file) or use a passphrase that is at least 10 random characters (alphanumeric) long. Remember, weak passphrases equal weak protection.

If you create a key file, you will get a passphrase that is 44 characters long, like this:

Gf80 94eA VcS7 VgT3 1Dsc iVIs pJ+C 6201 87X/ ggSC e/s=

In case you’re wondering, no, that isn’t the sequence in my key file. You can store the key file on your hard drive but it would be better to put it on a USB drive or a floppy disk. Don’t just leave those lying around! The key file can be used many times, you don’t have to make a new one for each file you encrypt.

System requirements or limits:

Screenshots
Encrypting the file:
AxCrypt Encrypt

Encrypted file:
AxCrypt Encrypted

Decrypting the file:
AxCrypt Decrypting

Renamed (original name restored upon decryption):
AxCrypt Renamed

(Article 2, Day 2)

22.Mar.06 Security, Software, Technology


You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.

4 Responses to “Protect your data: File encryption”

  1. Lineman |

    Very cool. I’ll have to try this one. :)

  2. Poe |

    I can honestly say that I have nothing to encrypt. I keep no personal information on any of my machines.

  3. Lineman |

    Are you writing it all down? Maybe it should be on your computer. :)

  4. Poe |

    I keep it all in my head… I think. Wait, what were we talking about again? :???:

Leave a Reply