Jag använder Truecrypt i Kubuntu 7.04 och det fungerar utan problem. Och det är mycket lättare att installera än vad många tycks tro.
Installera Automatix, därifrån kan du med ett klick installera både Truecrypt och det grafiska gränssnittet Forcefield. (Forcefield fungerar inte under Kubuntu 7.04 men det är enkelt att ta bort med Adept.)
Så här har jag gjort för att skapa en 5Gb krypterad volym
1)Create a new volume
Create a new directory
anon and an empty file
volume in the same directory
data
Type: sudo truecrypt -c
An inteactive display opens, just answer all questions by hitting enter, or if you want to change something choose the corresponding number.
Volume type:
1) Normal
2) Hidden
Select [1]:
Enter file or device path for new volume: /data/volume
File system:
1) FAT
2) None
Select [1]:
Enter volume size (bytes – size/sizeK/sizeM/sizeG): 5G
Hash algorithm:
1) RIPEMD-160
2) SHA-1
3) Whirlpool
Select [1]:
Encryption algorithm:
1) AES
2) Blowfish
3) CAST5
4) Serpent
5) Triple DES
6) Twofish
7) AES-Twofish

AES-Twofish-Serpent
9) Serpent-AES
10) Serpent-Twofish-AES
11) Twofish-Serpent
Select [1]:
Enter password for new volume '/Data/volume': zzzzzzzzzzzzz
Re-enter password: zzzzzzzzzzzzz
Enter keyfile path [none]:
TrueCrypt will now collect random data.
Is your mouse connected directly to computer where TrueCrypt is running? [Y/n]:
Please move the mouse randomly until the required amount of data is captured...
Mouse data captured: 100%
Done: 5.00 GB Speed: 0.95 MB/s Left: 0:00:00
Volume created.
2)Mapp and Mount a volume
Type: sudo truecrypt -u /Data/volume /Data/anon
The -u switch set the default user-id, which is needed to get permissions to FAT, without being root.
Enter password for '/Data/volume': zzzzzzzzzzzzz
Now there is a anon directory 5gigabyte large under /data where you can place any files and directories . When dismounted this directory will appear empty.
3)Dismount and Unmapp all volumes
Type: sudo truecrypt -d
För övriga möjligheter ladda ner man-sidan från deras hemsida.
Någon som kan fixa ett startscript, så att man från menyn kan klicka och skriva in lösenordet? Vore bra att slippa skiva samma sak i terminalen varje gång man vill öppna volymen.