[Mono-bugs] [Bug 72368][Maj] New - Convert.ToBase64String is broken on Linux Mono 1.0.5
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Feb 2005 17:59:21 -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 dmcgowan@meiosys.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72368
--- shadow/72368 2005-02-08 17:59:20.000000000 -0500
+++ shadow/72368.tmp.12742 2005-02-08 17:59:20.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 72368
+Product: Mono: Runtime
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: dmcgowan@meiosys.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Convert.ToBase64String is broken on Linux Mono 1.0.5
+
+Description of Problem:
+
+Use the program I will attach called rijenc.cs on Mono on Linux to
+observe that the output string is not encoded the same as both .NET and
+Mono on Windows.
+
+Steps to reproduce the problem:
+1. Build and run rijenc.cs.
+2. On Windows with either .NET or Mono the final string should read
+"eppvNxc9AnntRNTNBQlG6g==".
+
+Actual Results:
+
+The problem is that Mono 1.0.5 on Linux should return as in item 2. but
+instead returns this "ivMeBaR8VYEhLzM7Ztm7A==".
+
+Expected Results:
+
+See item2.
+
+How often does this happen?
+
+100%
+
+Additional Information: