Cryptext - file encryption
utility |
If you occasionally need to keep information
hidden and safe, you might want to try out this little gem. It sits in
your file context menu so that when you right click on a file or folder
you just choose "encrypt" to lock the file. It will ask you for a password
and quickly encrypt the file so that virtually nobody can get into it
without the password. Decryption or unlocking is done the same way by
right clicking on an encrypted file and choosing "decrypt".
Quote from the website http://www.pcug.org.au/~njpayne/ How secure is a 160-bit key? ... make your passwords fairly long and choose them carefully (don't use names or words that appear in a dictionary). We can make a small calculation on what is needed to break a 160-bit key with a brute-force attack. With 160 bits in the key there are 2160 possible keys. It therefore takes, on the average, half that many attempts to find the correct key (2159 or approximately 1048 attempts). We can also make a few over-the-top assumptions about the resources dedicated to breaking the key:
With this amount of computing power devoted to the task it will take about 1013 years to find the key. That's about 1000 times the age of the universe. |