How to Encrypt / Decrypt with AES in Java 1.8
Here I have created a class that does it in two different ways, the first one is, when you create the key, and the other is when you are given the key, valid key sizes are 128, 192, and 256 for AES algorithm.
There is some steps to follow before