Encrypt var ciphertext = CryptoJS.AES.encrypt('my message', 'secret key 123'); console.log(ciphertext.toString()); //这里每次得到的结果都是 ...
確定! 回上一頁