Utf8.parse('1234567890123456'); //16 Bit initial vector var encrypted = CryptoJS.AES.encrypt(text, key, { iv: iv, mode:CryptoJS.mode.CBC,
確定! 回上一頁