I want to encrypt part of the data using AES (cbc) in java, I want to use my own IV, which I spent in an array of bytes, and my own key, stored in an array of bytes.
How can I do it?
I am looking for him to find tutorials on this topic.
java cryptography encryption aes
molleman
source share