[Mono-bugs] [Bug 81006][Maj] Changed - MachineKeySection.MakeKey: Invalid key length
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Mar 2 14:43:08 EST 2007
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81006
--- shadow/81006 2007-03-02 13:35:01.000000000 -0500
+++ shadow/81006.tmp.16378 2007-03-02 14:43:08.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: unspecified
OS: GNU/Linux [Other]
OS Details: Debian etch on vServer Linux
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: Sys.Web
AssignedTo: grendello at gmail.com
ReportedBy: dna at informatik.uni-kiel.de
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -65,6 +65,19 @@
<machineKey
validationKey='37CBA95C5D77286379AD9351F54FC8A3A6D28E35A2E064099C466A3AD4A7D1522BB685CA468450A7B7BDF099DB47F622E4AA3BAB264C6370C9E9C59CF276DC8D'
decryptionKey='491B0E3ED2EF2878D71EFF660715FA49'
validation='SHA1' decryption='AES' />
Works on .NET
+
+------- Additional Comments From sebastien at ximian.com 2007-03-02 14:43 -------
+The stack trace is strange
+
+First your key has 16 bytes (128 bits) and the stack trace shows
+System.Web.Configuration.MachineKeySection.get_DecryptionKey192Bits
+
+Second the
+System.Web.Configuration.MachineKeySection.get_DecryptionKey192Bits
+is called from
+System.Web.Security.FormsAuthentication.Encrypt
+
+
More information about the mono-bugs
mailing list