> From: Sebastien Pouliot [mailto:[email protected]]
> 
> The real issue is with CFB and the facts that:
> 
> * RijndaelManaged CFB is not compatible with AesCryptoServiceProvider
> CFB [1] (or with any other CFB implementation in the .NET BCL);
> 
> * AesManaged does not support CFB at all [2] (likely not to add
> further confusion about it);
> 
> So switching to Aes[CryptoServiceProvider|Managed] is not an option
> for Drew since he must interoperate with server-side code using the
> RijndaelManaged/CFB implementation.

Solid points.  Drew, are you constrained to using CFB?  Perhaps CBC instead?

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to