[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
Wed, 3 Nov 2004 19:53:36 -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 19:36:38.000000000 -0500
+++ shadow/69036.tmp.13652	2004-11-03 19:53:36.000000000 -0500
@@ -190,6 +190,14 @@
 	sb.AppendFormat ("{0}-", b [0].ToString ("X2"));
 }
 Console.WriteLine ("48 shots\t{0}", sb.ToString ());
 
 Asking 48 times for one bytes gets the same results as asking for 1
 time 48 bytes. Which means that asking 32+16 is probably a MS bug.
+
+------- Additional Comments From sebastien@ximian.com  2004-11-03 19:53 -------
+Submitted to MSDN Product Feedback Center 
+Bug ID: FDBK17455
+
+http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx?feedbackid=10b35d26-520b-44b3-b3b3-f57a742804f4
+
+Feel free to vote for the bug if you care about decrypting your data ;-)