how to decrypt ciphertext made by CryptoJS.AES.encrypt in other environment?

前端 未结 0 532
不思量自难忘°
不思量自难忘° 2021-01-07 05:48

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题