TrueCrypt: Difference between revisions
From WickyWiki
Created page with "Category:Ubuntu Category:Ubuntu System Category:201309 =Install= <syntaxhighlight lang=bash> sudo add-apt-repository ppa:michael-astrapi/ppa sudo apt-get update ..." |
mNo edit summary |
||
| Line 3: | Line 3: | ||
[[Category:201309]] | [[Category:201309]] | ||
=Install= | ==Notice aug 2014 - TruecCypt is no longer supported== | ||
Truecrypt 7.1a is the final working version, truecrypt is no longer supported as stated by the developers. | |||
Maybe LUKS will be an good replacement: | |||
* http://thelinuxexperiment.com/how-to-migrate-from-truecrypt-to-luks-file-containers/ | |||
==Install== | |||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
| Line 12: | Line 19: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=Command line= | ==Command line== | ||
Mount TrueCrypt container file: | Mount TrueCrypt container file: | ||
| Line 21: | Line 28: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=See also= | ==See also== | ||
* [[Ubuntu 11.04 64 bit hangs at shutdown#Unmount_TrueCrypt_volumes_at_reboot_and_shutdown]] | * [[Ubuntu 11.04 64 bit hangs at shutdown#Unmount_TrueCrypt_volumes_at_reboot_and_shutdown]] | ||
* [[Unity_desktop_tuning#TrueCrypt]] | * [[Unity_desktop_tuning#TrueCrypt]] | ||
Revision as of 10:40, 16 August 2014
Notice aug 2014 - TruecCypt is no longer supported
Truecrypt 7.1a is the final working version, truecrypt is no longer supported as stated by the developers.
Maybe LUKS will be an good replacement:
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