[Mono-bugs] [Bug 69036][Nor] Changed - PasswordDeriveBytes results differ from Microsoft when used in non-PKCS5 compliant mode
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 9 Nov 2004 11:26:07 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69036
--- shadow/69036 2004-11-03 21:07:07.000000000 -0500
+++ shadow/69036.tmp.29315 2004-11-09 11:26:07.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 69036
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: sebastien@ximian.com
ReportedBy: gonzaloantonio@gmail.com
QAContact: mono-bugs@ximian.com
@@ -206,6 +206,14 @@
Very interesting, unexpected results, but how you describe the
behaviour of PKCS#5, sounds logical to think in a MS BUG.
Excellent explanation...and thanks for the advice. I will follow it. =)
I Already voted by the Bug on MSDN.
+
+------- Additional Comments From sebastien@ximian.com 2004-11-09 11:26 -------
+This is a bug in MS implementation. It should be fixed in Whidbey beta 2.
+
+Note: Mono will keep the "expected" behaviour across all versions
+(anyway I've no idea how to reproduce the bug ;-) so results can
+sometimes be different between Mono/MS. Stick to strict PKCS#5 to
+ensure compatibility.