TrueCrypt 5.0

Many complain that open source softwares are not good. They don’t have the features of the pro softwares. But I don’t agree with this. There are softwares which surpass their pro competitors. And TruCrypt is one of them. This open-source encryption program is loaded with powerful encryption features, but a lack of in-program help may dissuade all but those users who definitely need or want to completely secure their data. You have to rely on the help available at their website. I hope they come out with one soon.

TrueCrypt

This Little software allows to protect your sensitive data with disk encryption. Creates a virtual encrypted disk within a file and mount it as a real disk. Encrypt an entire hard disk partition or a device, such as USB flash drive. Automatically and transparently encrypt in real time. TrueCrypt uses encryption algorithms AES-256, Blowfish (448-bit key), CAST5, Serpent, Triple DES, and Twofish. It is based on Encryption for the Masses (E4M) 2.02a, conceived in 1997. Yeah thats too much technical stuff. Don’t bother to read this. The thing you need to know is yor data is secure from all.

In version 5.0 TrueCrypt offers the ability to encrypt a system partition/drive (i.e. a partition/drive where Windows is installed which mostly C:) with pre-boot authentication. Anyone who wants to gain access and use the system, read and write files, etc., needs to enter the correct password each time before the system starts.

Download it here

Hide and Lock any Drive in Windows

You can hide any of drive(s) by just adding two keys in windows registry

goto start>run
Type regedit and press enter. This will bring you to the registry editor.To hide any drive you have to follow these 2 steps
STEP1: Hidding Drive
goto HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer now create a new DWORD value NoDrives and set its value as

2^(Alpha Number of Drive Letter-1)
where Alpha number are simple counting of alphabets from A to Z as 1 – 26

for example: to hide C drive
Alpha number of C is 3 so 2^(3-1) = 4 (decimal value)

If you want to hide more than one drive than calculate the value of each drive as explained and then set sum of those numbers as value

Continue reading →