Do you have a example using AES encrypt? It give me the error that AES is not defined…
I am doing like that
window.localStorage.setItem(“utilizador11”, CryptoJS.AES.encrypt(iUtilizador, “--------”));
And have this error
===============