Added zeroizing of passwords

This commit is contained in:
ManOfGoldForever 2026-01-30 14:36:01 -05:00
parent 165bd648aa
commit 7523034742
3 changed files with 51 additions and 29 deletions

View file

@ -11,3 +11,4 @@ hex = "0.4.3"
rpassword = "7.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
zeroize = { version = "1.8.2", features = ["derive"] }