You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crypto-js AES decrypt method has a "salt" parameter that appropriately decrypts the 3rd party payload. It's the same library that was used to encrypt the 3rd party payload in the first place. Web Crypto's AES API doesn't have a salt parameter. I don't particularly want to dig into crypto-js and re-create the salting using a different library.
But I'll leave this open in case someone else wants to try it though.
ocfr-calls/index.js
Line 1 in 3314d71
I believe Cloudflare's native Web Crypto would be faster than this library.
The text was updated successfully, but these errors were encountered: