AES-256 dbms_crypto output mismatches with CryptoJS
I am trying to match PL/SQL dbms_crypto
with Javascript CryptoJS. I want to encrypt in JS and decrypt in PL/SQL, but for testing, I am encrypting in both to see if I can get the encrypted value to match.