var code = CryptoJS.AES.decrypt(b64decodedString, key); //aes decrypt based on base64 decoded key. also included this library file ...
確定! 回上一頁