AES.decrypt(ciphertext, password, { mode: CryptoJS.mode.CBC, iv: password }); console.log("The current iv is: " + iv.toString() ); return CryptoJS.enc.
確定! 回上一頁