There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
AESEncryptor java library - A java library to simplify the encryption/decryption proccedure with java using AES with CBC padding for both Strings and Byte arrays using random initialization vectors. It also supports secret key generation.