AES Encryption library
- by Spines
Is there a library or something that will allow me to simply call a function that will AES encrypt a byte array?
I don't want to deal with multiple update blocks/transformFinal/etc, because there is a possibility I will mess up...