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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Oct 11 03:20:31 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 22:07:39.000000000 -0400
+++ shadow/76398.tmp.21236	2005-10-11 03:20:30.000000000 -0400
@@ -68,6 +68,16 @@
 * the easy way is to use a CryptoStream - which will not use
 transforms in ways they do not support (e.g. reuse, multiple blocks); 
 or
 * call both properties (and adjust the code) before using any crypto
 transforms.
 
+
+------- Additional Comments From JoergR at voelcker.com  2005-10-11 03:20 -------
+Actually I have used CryptoStream in my real code. I've trimmed down
+the sample a little bit.
+
+If I understand your reply correctly I have to a) use CryptoStream and
+b) create the transforms for every instance?
+
+Thanks,
+Joerg.


More information about the mono-bugs mailing list