cryptojs cannot decrypt node-forge encryption
For some reason, I use the node-forge
to do the encryption and decryption, and now, I need use the crypto-js
to do the decryption(postman and apifox only support this). But the encrypted result cannot be decrypted by crypto-js
, and this value can be decrypted by other online encryption tools.
Here are some example codes.