feat: API加密 前端已经实现RSA/SM2 AES/SM4

This commit is contained in:
dap
2025-08-22 22:20:08 +08:00
parent 40f9cfce04
commit d9c93285ad
14 changed files with 295 additions and 136 deletions

View File

@@ -22,7 +22,14 @@
"dependencies": {
"@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*",
"crypto-js": "^4.2.0",
"file-type": "^19.5.0",
"jsencrypt": "^3.5.4",
"sm-crypto": "^0.3.13",
"vue-router": "catalog:"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/sm-crypto": "^0.3.4"
}
}