amuck-landowner

TrueCrypt console version

peterw

New Member
I like TrueCrypt and using it on my laptops. I searched for a way to use it on my servers too and found out that they provide a console-only version of TrueCrypt.

  1. Download console-only version:
    wget http://www.truecrypt.org/download/truecrypt-7.1a-linux-console-x86.tar.gz
    or wget http://www.truecrypt.org/download/truecrypt-7.1a-linux-console-x64.tar.gz
  2. Extract: tar xfvz truecrypt
  3. Run setup: ./truecrypt-7.1a-setup-console-x86

    TrueCrypt 7.1a Setup
    ____________________


    Installation options:

    1) Install truecrypt_7.1a_console_i386.tar.gz
    2) Extract package file truecrypt_7.1a_console_i386.tar.gz and place it to /tmp

    To select, enter 1 or 2:

  4. Select 1, select enter to see T&C, use space to scroll and select yes to start setup
  5. You need sudo rights to install dependencies: FUSE library and tools and device mapper tools
  6. Two important binaries to remeber: usr/bin/truecrypt and usr/bin/truecrypt-uninstall.sh
To create a new volume type: "truecrypt -c ~/mydata". It should not be a existing file.


Volume type:
1) Normal
2) Hidden
Select [1]: 1

Enter volume size (sizeK/size[M]/sizeG): 500M

Encryption algorithm:
1) AES
2) Serpent
3) Twofish
4) AES-Twofish
5) AES-Twofish-Serpent
6) Serpent-AES
7) Serpent-Twofish-AES
8) Twofish-Serpent
Select [1]: 4

Hash algorithm:
1) RIPEMD-160
2) SHA-512
3) Whirlpool
Select [1]: 1

Filesystem:
1) None
2) FAT
3) Linux Ext2
4) Linux Ext3
5) Linux Ext4
Select [2]: 2

Enter password:
Re-enter password:

Enter keyfile path [none]:

Please type at least 320 randomly chosen characters and then press Enter:
Characters remaining: 77

Done: 100.000% Speed: 19 MB/s Left: 0 s

The TrueCrypt volume has been successfully created.

I selected FAT to be compatible with my Windows computers. The best performance offers AES, the best performance and security AES-Twofish.

Mount the new volume: truecrypt --mount ~/mydata


Enter mount directory [default]: /media/securedisk
Enter password for /home/peter/mydata:
Enter keyfile [none]:
Protect hidden volume (if any)? (y=Yes/n=No) [No]:

Dismount the volume: truecrypt -d

I use truecrypt because I can sync one truecrypt file to all my laptops and servers. And I do not have to care about additional security. I dismount any volumes on disconnect.
 

splitice

Just a little bit crazy...
Verified Provider
Thats neat, I haven't extensively played with TrueCrypt on Linux. LUKS & dmcrypt is a great alternative included with many distributions.
 

drmike

100% Tier-1 Gogent
This has existed for many years.   Good stuff and I go way back with it.

More crypto folks....  We need more!
 

wlanboy

Content Contributer
Did not know that Truecrypt (like Dropbox) has a headless mode.

Thank you for sharing this.
 
Top
amuck-landowner