Zeroize transient secret key material in memory

This commit is contained in:
Avi 2026-08-21 15:29:44 -05:00
commit 130d7e29bc
5 changed files with 77 additions and 23 deletions

View file

@ -15,4 +15,5 @@ argon2 = "0.5"
aes-gcm = "0.10"
base64 = "0.22"
getrandom = "0.2"
zeroize = "1"
rpassword = "7"