LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

veracrypt

Open-source disk encryption software

TLDR

Create new volume
$ veracrypt -t -c --random-source=/dev/urandom
copy
Mount volume interactively
$ veracrypt -t [path/to/volume] [path/to/mount_point]
copy
Mount with keyfile
$ veracrypt -k [path/to/keyfile] [/dev/sdXN] [path/to/mount_point]
copy
Dismount volume
$ veracrypt -d [path/to/mounted_point]
copy

SYNOPSIS

veracrypt [OPTIONS] [VOLUME] [MOUNTPOINT_]

DESCRIPTION

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.

PARAMETERS

-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)

INSTALL

sudo pacman -S veracrypt
copy
nix profile install nixpkgs#veracrypt
copy

CAVEATS

Forgetting password or losing keyfile results in permanent data loss. Volume creation can be slow. Some features require root privileges.

HISTORY

VeraCrypt is a fork of the discontinued TrueCrypt project, continuing development with security improvements and new features.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid