arshanmugam / crypto-js

Automatically exported from code.google.com/p/crypto-js
0 stars 0 forks source link

about customizing BlockSize #124

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
does AES module support customizing block size? can i set it to 0x100 just like 
in RijndaelManaged of C#?

Original issue reported on code.google.com by ckx...@gmail.com on 4 Apr 2014 at 5:13

GoogleCodeExporter commented 8 years ago
Rijndael can have various block sizes, but AES cannot. AES by definition will 
always have a 128-bit block size.

Original comment by Jeff.Mott.OR on 4 Apr 2014 at 5:30

GoogleCodeExporter commented 8 years ago
So guys,are you want to add Rijndael module,make it can support the 256-bit 
block size?

Original comment by ckx...@gmail.com on 6 Apr 2014 at 3:05