Translation(s): none


WARNING: Using ?TrueCrypt is not secure as it may contain unfixed security issues

The development of ?TrueCrypt was ended in 5/2014 after Microsoft terminated support of Windows XP. Windows 8/7/Vista and later offer integrated support for encrypted disks and virtual disk images. Such integrated support is also available on other platforms. You should migrate any data encrypted by ?TrueCrypt to encrypted disks or virtual disk images supported on your platform.

On Debian, you should use the tcplay package. tcplay is a free and simple ?TrueCrypt Implementation based on dm-crypt.

You should download and use ?TrueCrypt only if you are migrating data encrypted by ?TrueCrypt and have problems using tcplay.

Find below section about alternative to Truecrypt

Install TrueCrypt on Debian 7 Wheezy

Requirement: The computer must be connected to internet during the whole installation process

Download the installer

  1. Go to http://truecrypt.sourceforge.net/OtherPlatforms.html scroll all the way down that page. Choose between the Truecrypt with Graphical interface or Truecrypt with Console text only. Choose between the 32 or 64 bit version.

  2. This is optional but for security reason it's recommended to also download the PGP Signature file as well
  3. Verify the downloaded file: "gpg --verify downloaded_signature.asc downloaded_file.tgz"

Install Truecrypt Graphical interface

  1. In the following steps we will use the 64 bit version as an example. File is currently named: "?TrueCrypt-7.2-Linux-x64.tar.gz"

  2. Decompress "?TrueCrypt-7.2-Linux-x64.tar.gz" file. The decompressed file reads "truecrypt-7.2-setup-x64"

  3. Using Terminal as Root. Use the cd command to change directory to where your "truecrypt-7.2-setup-x64" file is located

  4. Still using Terminal as Root run the following command
    • sh truecrypt-7.2-setup-x64

  5. A popup window will open. Click on "INSTALL TRUECRYPT" button. Follow instructions on screen.
  6. If a new pop up window open titled "xmessage", click on "OK" button, on the next screen click again on "OK" button
  7. Wait. The windows will output "Press Enter to exit...". Press ENTER.
  8. Done. Press Windows key, search for TRUECRYPT, open it, enjoy :)

Install Truecrypt Console text only

  1. You do not need root access to unpack/use the file. You need root access to install it on your system
  2. cd /tmp; mv downloaded_file.tgz /tmp
  3. tar xfvz downloaded_file.tgz
  4. . /tmp/truecrypt-VERSION-setup-console-x86
  5. Click on "Extract package file truecrypt_7.1a_console_i386.tar.gz and place it to /tmp"
  6. Accept the licence
  7. tar xfvz truecrypt_VERSION_console_i386.tar.gz -C /home/my/directory
  8. ~/usr/bin/truecrypt --help

Note

Use TrueCrypt console text only

Create a container

truecrypt -t -c

Alternative to TrueCrypt

The following tools are free, supported by their community, and open source