diff options
Diffstat (limited to 'system/tc-play/README')
-rw-r--r-- | system/tc-play/README | 14 |
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. |