Is there any AES keys with 192 and 256 bits
Posted: Thu Mar 10, 2016 4:46 am
As I know, there are 3 options to set the length of the AES key, 128, 192 and 256 bits. But I only see one option on the Cipher class related with the 128 length AES key for CBC and ECB.
My question is if it's possible to cipher the AES keys with 192 and 256 bits?
My question is if it's possible to cipher the AES keys with 192 and 256 bits?