LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

kryptor

Modern file encryption and signing tool

TLDR

Encrypt files with a passphrase
$ kryptor -e [file]
copy
Decrypt files
$ kryptor -d [file.kryptor]
copy
Generate a key pair
$ kryptor -g
copy
Sign a file
$ kryptor -s [file]
copy
Verify a signature
$ kryptor -v [file]
copy

SYNOPSIS

kryptor [*options*] [*files*...]

DESCRIPTION

kryptor encrypts and signs files using modern cryptographic primitives with few knobs—positioned as a friendlier alternative to age + minisign. Supports passphrases, symmetric keys, and asymmetric multi-recipient encryption; private keys are encrypted at rest. Cross-platform CLI for Windows, Linux, and macOS.

PARAMETERS

-e, --encrypt

Encrypt files/directories.
-d, --decrypt
Decrypt.
-g, --generate
Create key pairs.
-s, --sign / -v, --verify
Detached signatures with optional comments.
Exact long options and recipient flags: kryptor --help or https://www.kryptor.co.uk/

INSTALL

nix profile install nixpkgs#kryptor
copy

CAVEATS

Keep passphrases and private keys safe; lost keys mean lost data. Verify you are using the official binary. Encryption does not replace backups.

SEE ALSO

age(1), minisign(1), gpg(1)

RESOURCES

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