danang-id / simple-crypto-js

Simplified AES cryptography for safer and easier encryption and decryption processes of any JavaScript objects.
https://simplecrypto.js.org
MIT License
85 stars 27 forks source link

How do I determine the IV being used? #43

Open salohcin714 opened 2 years ago

salohcin714 commented 2 years ago

I am sending the data to a PHP server that will also know the secret key. How do I determine the IV being used since IV is a requirement for AES-CBC?