DreamTeamDownloads1, FTP Help, Movies, Bollywood, Applications, etc. & Mature Sex Forum, Rapidshare, Filefactory, Freakshare, Rapidgator, Turbobit, & More MULTI Filehosts

DreamTeamDownloads1, FTP Help, Movies, Bollywood, Applications, etc. & Mature Sex Forum, Rapidshare, Filefactory, Freakshare, Rapidgator, Turbobit, & More MULTI Filehosts (http://www.dreamteamdownloads1.com/index.php)
-   How To - (Tips and Tricks) & NEWS (http://www.dreamteamdownloads1.com/forumdisplay.php?f=98)
-   -   How to Protect Your Flash Drive Data with TrueCrypt (http://www.dreamteamdownloads1.com/showthread.php?t=29065)

Ladybbird 09-05-11 00:10

How to Protect Your Flash Drive Data with TrueCrypt
 
http://www.howtogeek.com/wp-content/...05/image22.png
Just about any self respecting geek always has a flash drive handy. Whether it is on your key ring on in your purse, having the ability to access certain files and utilities anywhere can really come in handy at times. However, if you were to lose or have this flash drive stolen, depending on what is stored on the drive, you could be setting yourself up for a completely preventable disaster.
With the help of TrueCrypt, you can easily protect the data stored your flash drive so that if it is lost or stolen, nobody will be able to get to your sensitive files.

Creating a TrueCrypt Volume

Plug in the flash drive you want to protect data on copy any data you want to protect onto a folder on your hard disk. We will move them to the encrypted volume once we are done.
The process of creating an encrypted file container for a flash drive is no different from the normal TrueCrypt process. If you are familiar with how to do this already, you can skip this section or just scroll through it for a quick refresher.
From the Tools menu, select Volume Creation Wizard.
http://www.howtogeek.com/wp-content/...1/05/image.png
Select the option to Create an encrypted file container.
We do not want to select the option to encrypt a non-system partition/drive because this would prevent us from loading the files required to mount a TrueCrypt volume on our flash drive. This would mean the computer we plug our flash drive into would have to already have TrueCrypt installed in order to access our data.
http://www.howtogeek.com/wp-content/.../05/image1.png
Select the option to create a Standard TrueCrypt volume.
http://www.howtogeek.com/wp-content/.../05/image2.png
Set the destination to a file located on your flash drive.
http://www.howtogeek.com/wp-content/.../05/image3.png
Set your encryption options. The default values will do nicely.
http://www.howtogeek.com/wp-content/.../05/image4.png
Set the size for the encrypted volume. Make sure you leave at least 10 MB free so there is room for the TrueCrypt files required for mounting and dismounting the volume.
http://www.howtogeek.com/wp-content/.../05/image5.png
Set a strong password.
http://www.howtogeek.com/wp-content/.../05/image6.png
Wait patiently while the TrueCrypt volume is created.
http://www.howtogeek.com/wp-content/.../05/image7.png
http://www.howtogeek.com/wp-content/.../05/image8.png


continued,,,,,,,

.

Ladybbird 09-05-11 00:11

Re: How to Protect Your Flash Drive Data with TrueCrypt
 
conclusion,,,,,



Loading the TrueCrypt Binary Files on Your Flash Drive

In order to access your encrypted volume on systems which do not have TrueCrypt loaded, you must load the required binary files needed to mount the container on the host system. Thankfully, TrueCrypt has a function which makes this easy.
From the Tools menu, select Traveler Disk Setup.
http://www.howtogeek.com/wp-content/.../05/image9.png
We will come back to what this notice means a bit later.
http://www.howtogeek.com/wp-content/...05/image10.png
Browse to the drive letter of your flash drive under the File Settings.
Under AutoRun Configuration, select the option to Auto-mount the TrueCrypt volume and then set the following options:
  • Enter the file name only of the TrueCrypt volume file.
  • Select First available as the drive letter.
  • Select the option Open Explorer window for mounted volume.
Create traveler disk with the set options.
http://www.howtogeek.com/wp-content/...05/image11.png
This is an important notice.
In order for TrueCrypt to mount a volume on a host system, one of the following conditions must be met:
  1. TrueCrypt must be installed natively on the host system already.
  2. You must have administrative rights on the host system.
The reason you need administrative rights if TrueCrypt is not installed natively is due to the requirement that a system driver must be loaded on the host system in order to mount the encrypted volume. Since only administrators can load and unload system drivers, you must have this level of access or you will not be able to mount the TrueCrypt driver.
On the other hand, if the driver is already present on the host (i.e. TrueCrypt is installed natively), you should be able to mount your encrypted driver with normal user level access.
http://www.howtogeek.com/wp-content/...05/image12.png
Once the traveler disk setup is complete, you should see your flash drive shows with a TrueCrypt icon in Windows Explorer.
http://www.howtogeek.com/wp-content/...05/image13.png


Easily Opening the TrueCrypt Volume on the Host Machine

Once you have configured your flash drive as a TrueCrypt Traveler Disk, opening the contents in Windows Explorer should look something like the screen below.
http://www.howtogeek.com/wp-content/...05/image14.png
Notice there is an autorun.inf file which was created during the setup. Getting back to the message box we said we would discuss later, this is intended to run automatically when the flash drive is plugged into the host machine, however most Windows machines have the AutoRun option disabled (as they should), so this will never execute. Because of this, you will have to mount and dismount your TrueCrypt volume manually.
Of course, doing it manually isn’t acceptable so with a couple of batch scripts we can easily mount and dismount the TrueCrypt volume with a double-click.
Open the autorun.inf file in Notepad and copy the text following the line which begins with “open=”.
http://www.howtogeek.com/wp-content/...05/image15.png
Create a new text file called MountTC.bat and paste what you previously copied into this file. When run, this batch file will mount the TrueCrypt volume stored on the flash drive onto the host system.
http://www.howtogeek.com/wp-content/...05/image16.png
Back in the autorun.inf file, copy the text following the line which begins with “shell\dismount\command=”.
http://www.howtogeek.com/wp-content/...05/image17.png
Create a new text file called DismountTC.bat and paste what you previously copied into this file. When run, this batch file will dismount all the TrueCrypt volumes on the host system.
http://www.howtogeek.com/wp-content/...05/image18.png
When finished, you should see the two batch files we created in your flash drive.
http://www.howtogeek.com/wp-content/...05/image19.png


Opening the TrueCrypt Volume

After you plug in the flash drive to the host machine if the TrueCrypt volume does not attempt to mount itself automatically, simply run the MountTC.bat file. Remember, TrueCrypt must be natively installed or you have to have administrative rights on the host machine. You will get a UAC prompt if TrueCrypt is not natively installed, so confirm you want to continue.
Enter your password for the TrueCrypt volume.
http://www.howtogeek.com/wp-content/...05/image20.png
Your volume will be mounted and your encrypted files will now appear.
Copy any files you want to protect inside of your TrueCrypt volume and nobody will be able to access them without the password.
http://www.howtogeek.com/wp-content/...05/image21.png
Once you are finished, simply run the DismountTC.bat file and your TrueCrypt volume will be gracefully dismounted.


Important Security Notice

It is important to understand that while your files are encrypted on the flash drive, once you mount the TrueCrypt volume on the host machine, they are at the mercy of this machine. As a result, you should be careful where you decide to access your files.
Thanks to Geek falkner

Download;

Code:

http://www.truecrypt.org/downloads

.

dissin 11-05-11 04:01

Re: How to Protect Your Flash Drive Data with TrueCrypt
 
This is a top little program to use.


All times are GMT. The time now is 22:55.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.5.2