[Mono-list] Problem with Rijndael encryption
Rubén de Alba
rdealba at codicesoftware.com
Wed Nov 22 13:30:50 EST 2006
Hi,
I've a problem encrypting a string with the Rijndael algorithm. The encryption method returns me different encrypted string executing it over mono and over Microsoft framework.
Mono
--------
Rijndael encryption: m4VaPKV8qzz9qcxLTDAmIdMg38CZzVDmwM4BgVa4QIU=
Rijndael decryption: PlainText
Microsoft Framework .Net 1.1
-------------------------------------------
Rijndael encryption: Fz1ONOUgWTGbI6LMNw1WPubntPWAHleafLWhb0s7Oq0=
Rijndael decryption: PlainText
I've tested the TripleDES algorithm and it returns the same encrypted string, but I'm interested in use Rijndael.
Any solution is appreciated.
Regards,
Ruben.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20061122/a3acd242/attachment.html
More information about the Mono-list
mailing list