AES encryption helper
Recently I used AES encryption using Java. AES is an efficient algorithm for encryption. You can benefit from the helper class I wrote to perform the encryption and decryption using AES. To read mode about the AES encryption please follow this link AES Encryption Wiki Following is link to AES Helper source code AES Helper
Read More »