You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always enjoyed your blog post on "How to securely encrypt a file with an insecure password in Rust (using Streaming Encryption + Argon2)". It was incredibly insightful! I asked a question about it in a previous issue.
I was wondering if you could cover another related topic in a future post. Specifically, I'm interested in learning how to use Argon2id in combination with XChaCha20Poly1305 or AES-GCM to encrypt multiple files, similar to a password manager or 2FA Token Manager.
One aspect I've always found challenging is understanding what happens when you change the master password. Do you need to decrypt all existing data and re-encrypt it with the new password?
Looking forward to your next post!
The text was updated successfully, but these errors were encountered:
I always enjoyed your blog post on "How to securely encrypt a file with an insecure password in Rust (using Streaming Encryption + Argon2)". It was incredibly insightful! I asked a question about it in a previous issue.
I was wondering if you could cover another related topic in a future post. Specifically, I'm interested in learning how to use Argon2id in combination with XChaCha20Poly1305 or AES-GCM to encrypt multiple files, similar to a password manager or 2FA Token Manager.
One aspect I've always found challenging is understanding what happens when you change the master password. Do you need to decrypt all existing data and re-encrypt it with the new password?
Looking forward to your next post!
The text was updated successfully, but these errors were encountered: