Search found 1 match

by mhssamadani
Sun Jun 16, 2013 8:23 am
Forum: AES Crypt
Topic: changing the default key size
Replies: 1
Views: 5046

changing the default key size

Hi,
in the source code the sizes are: KEY_SIZE=32, BLOCK_SIZE=16, SHA_SIZE=32

if I want to use bigger key size and block size what should i do?
is this correct? KEY_SIZE=256, BLOCK_SIZE=128, SHA_SIZE=256