Hello Mario,

On Mon, 2006-04-03 at 14:57 +0200, Mario Munda wrote:
> Can I use mono to encypt network traffic with AES 256 bit encryption 
> algorithm?

Yes you can.

> Documentation marks that i can only use 128 AES, but higher block sizes 
> are not a part of the AES specification?!

Yes and that's totally true. However I guess you're confusing block size
and key size. 

The .NET framework (and Mono) supports all block sizes (and key sizes)
for Rijndael. AES, a subset of Rijndael, only supports block size of 128
bits (but key length of 128, 192 and 256 bits).

-- 
Sebastien Pouliot  <[EMAIL PROTECTED]>
Blog: http://pages.infinit.net/ctech/

_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to