[Mono-bugs] [Bug 40689][Maj] Changed - CryptoStream throws a Exception and do no depadding

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 3 Apr 2003 22:42:37 -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 spouliot@videotron.ca.

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

--- shadow/40689	Thu Apr  3 22:16:38 2003
+++ shadow/40689.tmp.9436	Thu Apr  3 22:42:36 2003
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: henning@skalatan.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: DESCryptoServiceProvider() throws a Exception and do no depadding
+Summary: CryptoStream throws a Exception and do no depadding
 
 Description of Problem:  
  
 I just wrote a little c# application to decrypt data provided by a .NET 
 application. This data is DES encrypted. I´m using the 
 DESCryptoServiceProvider() from System.Security.Cryptography.