feat: v1.8.5, support simple PBKDF encryption

This commit is contained in:
2025-01-26 00:22:16 +08:00
parent cc5178d1c1
commit a7802a3750
6 changed files with 235 additions and 5 deletions

View File

@@ -75,4 +75,5 @@ mod util_keychainstatic;
mod cmd_execenv;
#[cfg(feature = "secure-enclave")]
mod util_keychainkey;
mod util_simple_pbe;