duschang27/crypto-js

about customizing BlockSize

Opened this issue · 2 comments

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

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

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