← 返回命令列表

Linux command

veracrypt 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Create

veracrypt -t -c --random-source=/dev/urandom

Mount

veracrypt -t [path/to/volume] [path/to/mount_point]

Example

veracrypt -k [path/to/keyfile] [/dev/sdXN] [path/to/mount_point]

Dismount

veracrypt -d [path/to/mounted_point]

说明

veracrypt is free and open source disk encryption software. It creates encrypted containers (file-hosted volumes) or encrypts entire partitions or drives, providing on-the-fly encryption. VeraCrypt supports multiple encryption algorithms and can create hidden volumes for plausible deniability.

参数

-t, --text
Use text user interface
-c, --create
Create a new volume
-k, --keyfiles _FILE_
Use keyfile for decryption
-d, --dismount
Dismount a volume
--random-source _FILE_
Source of random data for volume creation
-p, --password _PASSWORD_
Specify password (less secure)

FAQ

What is the veracrypt command used for?

veracrypt is free and open source disk encryption software. It creates encrypted containers (file-hosted volumes) or encrypts entire partitions or drives, providing on-the-fly encryption. VeraCrypt supports multiple encryption algorithms and can create hidden volumes for plausible deniability.

How do I run a basic veracrypt example?

Run `veracrypt -t -c --random-source=/dev/urandom` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -t, --text do in veracrypt?

Use text user interface