• Stars
    star
    1
  • Language
    Java
  • Created over 6 years ago
  • Updated almost 2 years ago

Reviews

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.