fix(kms): harden local master key storage (#3589)

This commit is contained in:
houseme
2026-06-19 08:50:35 +08:00
committed by GitHub
parent 2c6881695f
commit 53ff19dd2d
4 changed files with 247 additions and 51 deletions
+1
View File
@@ -40,6 +40,7 @@ thiserror = { workspace = true }
# Cryptography
aes-gcm = { workspace = true }
argon2 = { workspace = true }
chacha20poly1305 = { workspace = true }
rand = { workspace = true }
sha2 = { workspace = true }