TrueCrypt: Difference between revisions

From WickyWiki
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
[[Category:201309]]
[[Category:201309]]


==Notice aug 2014 - TruecCypt is no longer supported==
==Notice aug 2014 - TrueCrypt is no longer supported==


Truecrypt 7.1a is the final working version, truecrypt is no longer supported as stated by the developers.  
Truecrypt 7.1a is the final working version, truecrypt is no longer supported as stated by the developers [[VeraCrypt]] is a supported follow-up.


Maybe LUKS will be an good replacement:
Also LUKS is interesting:
* http://thelinuxexperiment.com/how-to-migrate-from-truecrypt-to-luks-file-containers/
* http://thelinuxexperiment.com/how-to-migrate-from-truecrypt-to-luks-file-containers/


Line 33: Line 33:
* [[Unity_desktop_tuning#TrueCrypt]]
* [[Unity_desktop_tuning#TrueCrypt]]
* [[Bitlocker with Dislocker on Linux]]
* [[Bitlocker with Dislocker on Linux]]
* [[VeraCrypt]]

Latest revision as of 19:41, 28 August 2017


Notice aug 2014 - TrueCrypt is no longer supported

Truecrypt 7.1a is the final working version, truecrypt is no longer supported as stated by the developers VeraCrypt is a supported follow-up.

Also LUKS is interesting:

Install

sudo add-apt-repository ppa:michael-astrapi/ppa
sudo apt-get update && sudo apt-get install truecrypt
sudo apt-get install ppa-purge
sudo ppa-purge ppa:michael-astrapi/ppa

Command line

Mount TrueCrypt container file:

sudo mkdir /media/TruecryptDrive
sudo truecrypt --slot=1 -k /path/to/KeyFileFolder -p **password** /path/to/TruecryptContainerFile.tc /media/TruecryptDrive

See also