Wednesday, September 25, 2019

JAVA AES Encryption Decryption with IV, Salt and any length of Key


Simple Note

See the method TestEncryptDecryptWithKeyIvSalt in TestAESUtils.java

and getCipher(int mode, char[] key, byte[] ivBytes, byte[] saltBytes) in AESUtils.java

References

Java 256-bit AES Password-Based Encryption


Java AES and using my own Key


No comments:

Post a Comment