I am trying to create an AES encryption method, but for some reason I keep getting
java.security.InvalidKeyException: Key length not 128/192/256
using any padding mechanisms to fill the empty bits
Cipher cipher = Cipher.getInstance("AES/CBC/PKCS5Padding");