service.xpcool.com/internal/library
夏犀麟 06484774ad feat(auth): 登录密码 RSA+AES 混合加密传输与加密字段支持
- 新增 internal/library/crypto:RSA-OAEP(SHA-256)+AES-256-GCM 混合解密,
  私钥按 配置PEM > data/crypto/rsa_private.pem > 自动生成 三级来源,公钥 SPKI 输出
- 公开接口 POST /system/auth/public-key;LoginReq 支持 encryptedKey/encryptedData
- AdminCreate/AdminResetPwd 密码字段支持加密传输(allowPlain 仅开发联调)
- 配置 encrypt.privateKey/allowPlain;data/ 加入 gitignore 防止私钥入库
2026-08-27 23:43:41 +08:00
..
crypto feat(auth): 登录密码 RSA+AES 混合加密传输与加密字段支持 2026-08-27 23:43:41 +08:00
iploc feat(house): 扩充看房数据并增强服务器日志功能 2026-08-27 01:47:32 +08:00
jwt feat(house): 实现看房模块后端功能 2026-08-26 23:42:38 +08:00
page feat(dev): 项目初始化。 2026-07-17 17:58:08 +08:00
response feat(auth): 认证链路联调修复——401 语义化 + 登出撤销会话 + 零配置兜底 2026-08-27 23:00:53 +08:00