Truecrypt

From WickyWiki
Revision as of 17:13, 14 September 2013 by Wilbert (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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