389a059fee78d0325d2042cd69c283aace0966f6
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>
Decrypt a file
filecrypt-rs decrypt --input <FILE> --output <FILE> --password <PASSWORD>
Languages
Rust
100%