From 463c7f43eb7e530967683cdcacffcef786a4e817 Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期四, 31 八月 2023 08:57:55 +0800 Subject: [PATCH] [UPDATE] 解決弱點Insecure block cipher mode, AES CBC安全性上不足所以需要改為GCM模式來做加密 --- PAMapp/package.json | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/PAMapp/package.json b/PAMapp/package.json index e06dc9b..eaa3b32 100644 --- a/PAMapp/package.json +++ b/PAMapp/package.json @@ -18,11 +18,15 @@ "dependencies": { "@nuxtjs/axios": "^5.13.6", "@nuxtjs/style-resources": "^1.2.1", + "@types/crypto-js": "^4.1.1", "@types/swiper": "^5.4.3", + "asmcrypto.js": "^2.3.2", "core-js": "^3.18.3", "crypto-js": "^4.1.1", "element-ui": "^2.15.6", "lodash": "^4.17.21", + "node-cipher": "^6.3.3", + "node-forge": "^1.3.1", "nuxt": "^2.15.8", "nuxt-property-decorator": "^2.9.1", "swiper": "^5.4.5", @@ -36,6 +40,7 @@ "@nuxt/typescript-build": "^2.1.0", "@nuxtjs/dotenv": "^1.4.1", "@types/lodash": "^4.14.176", + "@types/node-forge": "^1.3.4", "@vue/test-utils": "^1.2.2", "babel-core": "7.0.0-bridge.0", "babel-jest": "^27.3.0", -- Gitblit v1.8.0