RAVITEJA SATYAVADA
RAVITEJA SATYAVADA

Reputation: 2571

Cannot use greater key-length than 8 bits in DESEngine

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

Answers (1)

Morten Haraldsen
Morten Haraldsen

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

Related Questions