TrueCrypt: Difference between revisions
From DWIKI
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
truecrypt --type normal --size 5G -c truecrypt.tc | truecrypt --type normal --size 5G -c truecrypt.tc | ||
This starts interactive mode, following values should work: | |||
#Filesystem: none | #Filesystem: none | ||
#Hash algorithm: SHA-1 | #Hash algorithm: SHA-1 |
Revision as of 15:09, 28 October 2006
[Homepage]
truecrypt --type normal --size 5G -c truecrypt.tc
This starts interactive mode, following values should work:
- Filesystem: none
- Hash algorithm: SHA-1
- Encryption algorithm: 1
truecrypt /truecrypt.tc truecrypt -vl mkfs.ext2 /dev/mapper/truecrypt0 [ -d /mnt/crypt0 ] || mkdir -p /mnt/crypt0 mount /dev/mapper/truecrypt0 /mnt/crypt0