2025-03-14 21:59:59 -06:00
|
|
|
# veracrypt
|
|
|
|
|
|
|
|
|
|
> Free and open source disk encryption software.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://arcanecode.com/2021/06/21/veracrypt-on-the-command-line-for-ubuntu-linux/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Create a new volume through a text user interface and use `/dev/urandom` as a source of random data:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`veracrypt {{[-t|--text]}} {{[-c|--create]}} --random-source={{/dev/urandom}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Decrypt a volume interactively through a text user interface and mount it to a directory:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`veracrypt {{[-t|--text]}} {{path/to/volume}} {{path/to/mount_point}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Decrypt a partition using a keyfile and mount it to a directory:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`veracrypt {{[-k|--keyfiles]}} {{path/to/keyfile}} {{/dev/sdXN}} {{path/to/mount_point}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Dismount a volume on the directory it is mounted to:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`veracrypt {{[-d|--dismount]}} {{path/to/mounted_point}}`
|