const ciphertext = CryptoJS.AES.encrypt(words, secretKey).toString() console.log(`After encrypt => ${ciphertext}`) // Decrypt
確定! 回上一頁