[Mono-bugs] [Bug 76398][Nor] New - SymmetricTransform.TransformFinalBlock only works once.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Oct 10 11:09:27 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 joergr at voelcker.com.

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

--- shadow/76398	2005-10-10 11:09:26.000000000 -0400
+++ shadow/76398.tmp.10279	2005-10-10 11:09:26.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 76398
+Product: Mono: Class Libraries
+Version: 1.1
+OS: SUSE 9.2
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: JoergR at voelcker.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SymmetricTransform.TransformFinalBlock only works once.
+
+Description of Problem:
+SymmetricTransform.TransformFinalBlock works only once when used for
+decryption. It doesn't seem to reset its internal data.
+
+Steps to reproduce the problem:
+1. Compile attached sample
+2. Run
+
+Actual Results:
+First decryption: Hello world!
+Second decryption: æá¶é©¦ìâ¯å뷢ꦼrld!
+
+
+Expected Results:
+First decryption: Hello world!
+Second decryption: Hello world!
+
+How often does this happen? 
+Always.
+
+Additional Information:
+Runs with MS.NET.


More information about the mono-bugs mailing list