my express app encrypts an json object with CryptoJS.AES.encrypt(object, "passphrase") and saves as file. now, I want to decrypt this base64 encrypted json object