Menu

#14 AES + 128-bit CFB Mode not possible?

open
nobody
Libmcrypt (2)
5
2012-09-14
2009-08-30
Anonymous
No

In PHP:
mcrypt_module_open(MCRYPT_RIJNDAEL_128, '', MCRYPT_MODE_CFB, '');

I've noticed that the above uses 8-bit CFB Mode. Is it possible to change it to 128-bit?

Discussion


Log in to post a comment.