VeraCrypt: Difference between revisions

From WickyWiki
Created page with "Category:Ubuntu Category:Ubuntu System Category:201708 = Linux - install = * http://linuxg.net/install-veracrypt-on-ubuntu/ <syntaxhighlight lang=bash> sudo add..."
 
mNo edit summary
Line 13: Line 13:
</syntaxhighlight>
</syntaxhighlight>


== Linux commandline ==
== Commandline ==


<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
Line 25: Line 25:
Download and run installer
Download and run installer


== Windows commandline ==
== Commandline ==
 
Options:
 
{| class="wikitable"
{| class="wikitable"
|-
|-

Revision as of 15:47, 23 August 2017


Linux - install

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

Commandline

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

Windows - install

Download and run installer

Commandline

Options:

/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