Options (4)
-t, --textbooleanCreate a new volume through a text user interface and use `/dev/urandom` as a source of random data
Example:
veracrypt {{[-t|--text]}} {{[-c|--create]}} --random-source={{/dev/urandom}}-c, --createbooleanCreate a new volume through a text user interface and use `/dev/urandom` as a source of random data
Example:
veracrypt {{[-t|--text]}} {{[-c|--create]}} --random-source={{/dev/urandom}}-k, --keyfilesbooleanDecrypt a partition using a keyfile and mount it to a directory
Example:
veracrypt {{[-k|--keyfiles]}} {{path/to/keyfile}} {{/dev/sdXN}} {{path/to/mount_point}}-d, --dismountbooleanDismount a volume on the directory it is mounted to
Example:
veracrypt {{[-d|--dismount]}} {{path/to/mounted_point}}Examples (4)
Create a new volume through a text user interface and use `/dev/urandom` as a source of random data
veracrypt [-t|--text] [-c|--create] --random-source=/dev/urandomDecrypt a volume interactively through a text user interface and mount it to a directory
veracrypt [-t|--text] path/to/volume path/to/mount_pointDecrypt a partition using a keyfile and mount it to a directory
veracrypt [-k|--keyfiles] path/to/keyfile /dev/sdXN path/to/mount_pointDismount a volume on the directory it is mounted to
veracrypt [-d|--dismount] path/to/mounted_pointmade by @shridhargupta | data from tldr-pages