diff options
author | Pierre Cazenave <pwcazenave at gmail {dot} com> | 2010-05-13 01:01:13 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 01:01:13 +0200 |
commit | f73f9383430a2a2ab091c967db11aa8b21e4a7eb (patch) | |
tree | ec08548eee59f6fd5cbd8d132ce967ebda403b6d /system/truecrypt/README | |
parent | 00f578a21f9f2d67008010e68ac26534e6ef3a92 (diff) |
system/truecrypt: Added to 13.0 repository
Diffstat (limited to 'system/truecrypt/README')
-rw-r--r-- | system/truecrypt/README | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/system/truecrypt/README b/system/truecrypt/README new file mode 100644 index 000000000000..2cf051daa959 --- /dev/null +++ b/system/truecrypt/README @@ -0,0 +1,34 @@ +TrueCrypt + +Free open-source disk encryption software for Windows Vista/XP, Mac OS X, +and Linux Main Features: + +* Creates a virtual encrypted disk within a file and mounts it as +a real disk. +* Encrypts an entire partition or storage device such as USB flash drive + or hard drive. +* Encrypts a partition or drive where Windows is installed (pre-boot +authentication). +* Encryption is automatic, real-time (on-the-fly) and transparent. +* Parallelization and pipelining allow data to be read and written as +fast as if the drive was not encrypted. +* Provides plausible deniability, in case an adversary forces you to +reveal the password: + Hidden volume (steganography) and hidden operating system. +* Encryption algorithms: AES-256, Serpent, and Twofish. Mode of +operation: XTS. + +Further information regarding features of the software may be found in +the documentation. + +Since version 6.1a of TrueCrypt, a number of header files from RSA +Laboratories are required during the compilation. I've separated the +installation of these into a separate package called cryptoki rather +than have this script extract a separate, isolated archive. + +Thus, to build this version of TrueCrypt, you also need cryptoki, +and to run Truecrypt you need wxGTK. Both are available at +SlackBuilds.org. + +This script does not create the static GUI build seen elsewhere (see +above for required runtime dependency of wxGTK or similar). |