[Mono-bugs] [Bug 80924][Wis] Changed - signcode does not prompt for the .pvk password
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Feb 26 09:10:15 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=80924
--- shadow/80924 2007-02-26 00:46:40.000000000 -0500
+++ shadow/80924.tmp.5737 2007-02-26 09:10:15.000000000 -0500
@@ -91,6 +91,28 @@
------- Additional Comments From viraj at linux.lk 2007-02-26 00:46 -------
Created an attachment (id=18780)
output of 80924.exe
+
+------- Additional Comments From sebastien at ximian.com 2007-02-26 09:10 -------
+Hmmm... '4' was my the last, catch-all, output. It means no problem
+but no key :(
+
+Here's another version of 80924.cs that will dump some information in
+the header (keytype, encrypted, saltlen and keylen) but not the
+encrypted key itself.
+
+This will give me a better idea of the code path being used. A
+possibility I see is that you have an encrypted PVK without a salt.
+The new sample will also try decrypt with a saltlen of 0.
+
+Again compile
+
+mcs 80924.cs -unsafe
+
+and execute it like
+
+mono 80924.exe yourpvk.pvk password
+
+Thanks for your help!
More information about the mono-bugs
mailing list