- 新增 utils/crypto.ts(Web Crypto 零依赖):RSA-OAEP + AES-256-GCM 混合加密 - loginApi 先拉公钥再加密用户名密码,网络传输无明文密码 - createAdmin/resetAdminPassword 密码走加密字段(复用公钥缓存) |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .env | ||
| .env.analyze | ||
| .env.development | ||
| .env.production | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||