Utf8.parse(IV); var encrypted = ''; var srcs = CryptoJS.enc.Utf8.parse(str); encrypted = CryptoJS.AES.encrypt(srcs, key, { iv: iv, ...
確定! 回上一頁