iven
3284a59c55
CI / rust-check (push) Has been cancelled
CI / rust-test (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / security-audit (push) Has been cancelled
fix(health): 密文版本标识 v1 前缀 + DEK zeroize
- encrypt() 输出格式改为 v1|Base64(nonce+ciphertext)
- decrypt() 兼容旧格式(无版本前缀)
- aes_key/hmac_key 改用 Zeroizing<[u8; 32]>,Drop 时覆写内存
- 新增 encrypt_has_version_prefix + decrypt_legacy_no_prefix 测试
2026-04-28 11:27:41 +08:00
..
2026-04-26 00:28:31 +08:00
2026-04-28 11:23:53 +08:00
2026-04-26 19:52:42 +08:00
2026-04-28 11:17:46 +08:00
2026-04-28 11:27:41 +08:00
2026-04-27 14:51:40 +08:00
2026-04-26 19:52:42 +08:00
2026-04-19 00:56:32 +08:00
2026-04-20 09:35:27 +08:00
2026-04-19 00:56:32 +08:00
2026-04-20 09:35:27 +08:00
2026-04-27 12:34:52 +08:00
2026-04-15 00:49:20 +08:00
2026-04-28 01:30:05 +08:00
2026-04-27 18:01:05 +08:00