From 82d9be63f88cb9f329b164e45f856103329c55d8 Mon Sep 17 00:00:00 2001 From: wesley88 <9519127+wesley88@user.noreply.gitee.com> Date: Thu, 27 Mar 2025 17:55:48 +0800 Subject: [PATCH] 1 --- lvdao-miniapp/utils/rsaEncrypt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lvdao-miniapp/utils/rsaEncrypt.js b/lvdao-miniapp/utils/rsaEncrypt.js index ea7a2f6..d954f6f 100644 --- a/lvdao-miniapp/utils/rsaEncrypt.js +++ b/lvdao-miniapp/utils/rsaEncrypt.js @@ -14,7 +14,7 @@ export function encrypt(txt) { return encryptor.encrypt(txt) // 对需要加密的数据进行加密 } -// 解密 +// 解密 export function decrypt(txt) { const encryptor = new JSEncrypt() encryptor.setPrivateKey(privateKey) -- libgit2 0.21.4