2026-09-24 17:30:49 +02:00
2026-09-23 09:37:52 +02:00
2026-09-23 09:43:41 +02:00
2026-09-24 17:30:49 +02:00

filecrypt-rs

Cli tool in Rust to encrypt and decrypt files with an Ascon-Keccak AEAD.
The PBKDF is not yet implemented and is just SHA256(password) for now.

Commands

Encrypt a file

filecrypt-rs encrypt --input <FILE> --output <FILE> --password <PASSWORD>

Short arguments can also be used:

filecrypt-rs encrypt -i <FILE> -o <FILE> -p <PASSWORD>

Decrypt a file

filecrypt-rs decrypt --input <FILE> --output <FILE> --password <PASSWORD>

Short arguments can also be used:

filecrypt-rs decrypt -i <FILE> -o <FILE> -p <PASSWORD>
S
Description
No description provided
Readme BSD-3-Clause
56 KiB
Languages
Rust 100%