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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Feb 2005 12:27:40 -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.30788	2005-02-13 12:27:40.000000000 -0500
@@ -21,6 +21,11 @@
 returns 56963dd5cdbc8011393e85a0ca2f8875
 On MS .NET:
 FormsAuthentication.HashPasswordForStoringInConfigFile("smth", "MD5")
 returns 56963DD5CDBC8011393E85A0CA2F8875
 
 So i suppose hashed string has to be uppercased.
+
+------- Additional Comments From tadas@stablebeast.com  2005-02-13 12:27 -------
+Created an attachment (id=14203)
+a simple patch
+