[Mono-bugs] [Bug 80016][Nor] New - Different encrypted string with Rijndael Algorithm.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 23 06:10:59 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by rdealba at codicesoftware.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80016
--- shadow/80016 2006-11-23 06:10:59.000000000 -0500
+++ shadow/80016.tmp.27234 2006-11-23 06:10:59.000000000 -0500
@@ -0,0 +1,60 @@
+Bug#: 80016
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.Security
+AssignedTo: sebastien at ximian.com
+ReportedBy: rdealba at codicesoftware.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Different encrypted string with Rijndael Algorithm.
+
+Description of Problem:
+
+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. I've tested the TripleDES
+algorithm and it returns the same encrypted string.
+
+Steps to reproduce the problem:
+1. Use the algorithm
+I add an attachment with a solution that test it.
+
+Actual Results:
+Mono
+----
+Rijndael encryption: m4VaPKV8qzz9qcxLTDAmIdMg38CZzVDmwM4BgVa4QIU=
+Rijndael decryption: PlainText
+----------------------
+TripleDES encryption: mz7u9mT7YDhbCuQ6cUmSK/1tQ5SyHC0S
+TripleDES decryption: PlainText
+
+Microsoft Framework
+-------------------
+Rijndael encryption: Fz1ONOUgWTGbI6LMNw1WPubntPWAHleafLWhb0s7Oq0=
+Rijndael decryption: PlainText
+----------------------
+TripleDES encryption: mz7u9mT7YDhbCuQ6cUmSK/1tQ5SyHC0S
+TripleDES decryption: PlainText
+
+
+Expected Results:
+I need get the same encrypted string that returns the algorithm over the
+Microsoft Framework.
+Mono
+----
+Rijndael encryption: Fz1ONOUgWTGbI6LMNw1WPubntPWAHleafLWhb0s7Oq0=
+Rijndael decryption: PlainText
+
+
+How often does this happen?
+Always
+
+Additional Information:
More information about the mono-bugs
mailing list