security(memory): zeroization of bootstrap token

This commit is contained in:
CleverWild
2026-06-18 17:16:06 +02:00
committed by Skipper
parent 3ff0875c48
commit 84e1ef7c85
6 changed files with 25 additions and 20 deletions

View File

@@ -36,6 +36,7 @@ chrono.workspace = true
kameo.workspace = true
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
argon2 = { version = "0.5.3", features = ["zeroize"] }
zeroize = "1.9"
restructed = "0.2.2"
strum = { version = "0.28.0", features = ["derive"] }
pem = "3.0.6"