summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Pierre Cazenave2010-07-09 17:27:45 +0200
committer Erik Hanson2010-07-09 17:27:45 +0200
commit0a9674372879a25ae73ee9feac36453168f130d4 (patch)
treecbaddb5a3d5d72eaee984e4224e3c8a7247be7b2
parentba6af155c6026254173e242c3fa7ef4eb7a32739 (diff)
downloadslackbuilds-0a9674372879a25ae73ee9feac36453168f130d4.tar.gz
system/truecrypt: Amended README to note manual download.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--system/truecrypt/README32
1 files changed, 7 insertions, 25 deletions
diff --git a/system/truecrypt/README b/system/truecrypt/README
index 2cf051daa9..a9fa2b246e 100644
--- a/system/truecrypt/README
+++ b/system/truecrypt/README
@@ -1,34 +1,16 @@
-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.
+TrueCrypt is free open-source disk encryption software for
+Windows Vista/XP, Mac OS X, and Linux.
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.
+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).
+
+NOTE: There is no direct link to the TrueCrypt source archive, as such,
+it must be downloaded manually from within a web browser.