TrueCrypt

From DWIKI
Revision as of 23:25, 27 September 2006 by Tony (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Homepage]

truecrypt --type normal --size 5G -c truecrypt.tc
Filesystem:
 1) FAT
 2) None
 Select [1]: 2
Hash algorithm:
  1) RIPEMD-160
  2) SHA-1
  3) Whirlpool
  Select [1]: 2
 Encryption algorithm:
  1) AES
  2) Blowfish
  3) CAST5
  4) Serpent
  5) Triple DES
  6) Twofish
  7) AES-Twofish
  8) AES-Twofish-Serpent
  9) Serpent-AES
  10) Serpent-Twofish-AES
  11) Twofish-Serpent
  Select [1]: 1
truecrypt /truecrypt.tc
truecrypt -vl
mkfs.ext2 /dev/mapper/truecrypt0
[ -d /mnt/crypt0 ] || mkdir -p /mnt/crypt0
mount /dev/mapper/truecrypt0 /mnt/crypt0