mirror of
https://github.com/iLay1678/i-tools.git
synced 2025-07-05 03:29:02 +08:00
remove console
This commit is contained in:
parent
956217388d
commit
b40f23064a
@ -9,7 +9,6 @@ const decrypt = function (ciphertext, iv, t) {
|
||||
padding: crypto.pad.Pkcs7
|
||||
});
|
||||
var dec = crypto.enc.Utf8.stringify(decrypted).toString();
|
||||
console.log(dec);
|
||||
return dec;
|
||||
} catch (error) {
|
||||
console.error("Decryption failed", error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user