VeraCrypt

From WickyWiki
Revision as of 15:26, 23 August 2017 by Wilbert (talk | contribs) (Created page with "Category:Ubuntu Category:Ubuntu System Category:201708 = Linux - install = * http://linuxg.net/install-veracrypt-on-ubuntu/ <syntaxhighlight lang=bash> sudo add...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Linux - install

sudo add-apt-repository ppa:unit193/encryption
sudo apt-get update
sudo apt-get install veracrypt

Linux commandline

veracrypt --slot=1 -k /path/to/keyfiledir /path/to/containterfile.vc /media/$USER/mountpoint

Windows - install

Download and run installer

Windows commandline

/a automatic
/e open file explorer
/q quiet
/m removable Assume removable medium at the cost of some writing performance
/k keyfiles
/v filecontainer or partition
/l drive letter
"C:\Program Files\VeraCrypt\VeraCrypt.exe" /a /e /q /m removable /k D:\path\keyfile1.txt /k  D:\path\keyfile2.txt /v  D:\path\containerfile.vc /l E

Mount partition

To mount a partition you will need the serial number or

See also