Page 1 of 1

Changing key size and mode of operation

Posted: Tue Aug 07, 2012 10:19 pm
by hyuken
Is it possible to use a 128 bit key and a different mode of operation? I'd like to compare AES Crypt to a hardware AES implementation but I don't know very much about AES and I'm trying to make them identical.

Thanks.

Re: Changing key size and mode of operation

Posted: Wed Aug 08, 2012 1:09 am
by paulej
AES supports various key sized, but AES Crypt uses only a 256-bit key at the moment and only CBC as the encryption mode.