Hello Ruben, There can be many reason for this, mostly valid ones as it "seems" you can decrypt the cipher text.
I'd be happy to help further but that's not possible with the limited information you provided. If you want a more specific answer you'll need to provide (either on the list or on bugzilla) the source code you used to get the Rijndael and 3DES results. On Wed, 2006-11-22 at 19:30 +0100, Rubén de Alba wrote: > 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. > > > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list -- Sebastien Pouliot <[EMAIL PROTECTED]> Blog: http://pages.infinit.net/ctech/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
