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