[Mono-bugs] [Bug 72557][Maj] New - FormsAuthentication.HashPasswordForStoringInConfigFile works unlike MS equivalent

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Feb 2005 12:26:58 -0500 (EST)


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 tadas@stablebeast.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72557

--- shadow/72557	2005-02-13 12:26:58.000000000 -0500
+++ shadow/72557.tmp.30774	2005-02-13 12:26:58.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 72557
+Product: Mono: Class Libraries
+Version: 1.0
+OS: GNU/Linux [Other]
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 000 No more required
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tadas@stablebeast.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: FormsAuthentication.HashPasswordForStoringInConfigFile works unlike MS equivalent
+
+On mono:
+FormsAuthentication.HashPasswordForStoringInConfigFile("smth", "MD5")
+returns 56963dd5cdbc8011393e85a0ca2f8875
+On MS .NET:
+FormsAuthentication.HashPasswordForStoringInConfigFile("smth", "MD5")
+returns 56963DD5CDBC8011393E85A0CA2F8875
+
+So i suppose hashed string has to be uppercased.