summaryrefslogtreecommitdiffstats
path: root/system/tc-play/README
diff options
context:
space:
mode:
author crtxc <krankynarp@outlook.com>2014-06-29 09:20:23 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-29 09:20:23 +0700
commitfa20e7f2a8ba730c41ff3368651a1995effae3ca (patch)
tree7b4461fcc4ba7f1c436704bd49d6f860ea351312 /system/tc-play/README
parent9c1919063e8e55ee8b9df7e7b6f73e70dc58d75a (diff)
downloadslackbuilds-fa20e7f2a8ba730c41ff3368651a1995effae3ca.tar.gz
slackbuilds-fa20e7f2a8ba730c41ff3368651a1995effae3ca.tar.xz
system/tc-play: Added (TrueCrypt implementation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tc-play/README')
-rw-r--r--system/tc-play/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/tc-play/README b/system/tc-play/README
new file mode 100644
index 0000000000..26d91f466b
--- /dev/null
+++ b/system/tc-play/README
@@ -0,0 +1,14 @@
+tcplay is a free (BSD-licensed), pretty much fully featured (including
+multiple keyfiles, cipher cascades, etc) and stable TrueCrypt
+implementation.
+
+This implementation supports mapping (opening) both system and normal
+TrueCrypt volumes, as well as opening hidden volumes and opening an
+outer volume while protecting a hidden volume. There is also support
+to create volumes, including hidden volumes, etc. Since version 1.1,
+there is also support for restoring from the backup header (if
+present), change passphrase, keyfile and PBKDF2 PRF function.
+
+Since tcplay uses dm-crypt (or dm_target_crypt on DragonFly) it makes
+full use of any available hardware encryption/decryption support once
+the volume has been mapped.