Reputation: 2571
I'm doing a project where I need to use DESEngine. I'm unable to use a key length of more than 8 bits. Is it possible to use a greater key-length?
Upvotes: 1
Views: 76
Reputation: 1041
DES has a block size of 64 bits and a key size of 56 bits
http://en.wikipedia.org/wiki/Block_cipher
Upvotes: 1