Thursday, September 26, 2019

JAVA AES Encrypt Decrypt with Any Key, IV and Salt


Motivation

Convenient, that's all

Simple Note

Test File:
  TestAESImpl.java


Implementation:
  AESImpl.java


References

Java MessageDigest supported algorithms? MD5, SHA-1, SHA-256
Class MessageDigest

How to Dupe a char array
Does calling clone() on an array also clone its contents?

No comments:

Post a Comment