What Building a File Encryptor in Rust Taught Me About Authenticated Encryption
What this does A command-line tool that encrypts a single file with a password. Under the hood: Argon2id turns your password into a 256-bit key, AES-256-GCM encrypts the file with that key, and everyt
Sep 20, 20266 min read2
