TripleDES.encrypt(text, base64, { iv: CryptoJS.enc.Utf8.parse('0123456789'),//iv偏移量 mode: CryptoJS.mode.CBC, //CBC模式 // mode: ...
確定! 回上一頁