Update venera api. Close #65

This commit is contained in:
nyne
2025-05-05 18:35:46 +08:00
committed by GitHub
parent d5b0b3fa41
commit 6760e8a41f

View File

@@ -206,7 +206,7 @@ let Convert = {
decryptAesCbc: (value, key, iv) => { decryptAesCbc: (value, key, iv) => {
return sendMessage({ return sendMessage({
method: "convert", method: "convert",
type: "aes-ecb", type: "aes-cbc",
value: value, value: value,
key: key, key: key,
iv: iv, iv: iv,