From 33990b819f541645cb76161ff73f38c58cba2df9 Mon Sep 17 00:00:00 2001 From: Pauli Date: Sat, 11 Jun 2022 11:38:47 +0800 Subject: [PATCH] =?UTF-8?q?crypto=20=E9=95=BF=E5=BA=A6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- magic-admin/server/src/config/key-example.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magic-admin/server/src/config/key-example.ts b/magic-admin/server/src/config/key-example.ts index 13e05b5d..bac07a70 100644 --- a/magic-admin/server/src/config/key-example.ts +++ b/magic-admin/server/src/config/key-example.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -// crypto加密key,请开发者自行替换 +// crypto加密key,请开发者自行替换。需要 32 位 export default { - key: 'crypto_algorithm_aes-256-cbc', + key: 'crypto_algorithm_aes-256-cbc1111', };