[Mono-bugs] [Bug 75021][Maj] Changed - FormsAuthentication
HashPasswordForStoringInConfigFile MD5 hash not always
compatible to MS hash
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat May 21 20:56:01 EDT 2005
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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75021
--- shadow/75021 2005-05-21 20:52:37.000000000 -0400
+++ shadow/75021.tmp.31544 2005-05-21 20:56:01.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75021
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details: tested on RH9, Ubuntu warty and Windows
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Sys.Web
AssignedTo: mono-bugs at ximian.com
ReportedBy: barbara at idealnet.com
QAContact: mono-bugs at ximian.com
@@ -143,6 +143,10 @@
Console.WriteLine ("Unicode {0}", BitConverter.ToString
(h.ComputeHash (Encoding.Unicode.GetBytes (s))));
Console.WriteLine ("BigEndianUnicode {0}", BitConverter.ToString
(h.ComputeHash (Encoding.BigEndianUnicode.GetBytes (s))));
}
}
+
+------- Additional Comments From sebastien at ximian.com 2005-05-21 20:56 -------
+Fixed in SVN HEAD (r44878).
+Thanks for the report.
More information about the mono-bugs
mailing list