CryptoJS.enc.Utf8.stringify(CryptoJS.AES.decrypt("text", "password")) But now I have a problem with AES Encryption. I don't know how I would get encrypted String without toString() I want to get a String that is written in line 16: I have tried with formatting key, iv, salt......