Home All Groups Group Topic Archive Search About

SIgning a dll after compilation

Author
7 Nov 2006 10:51 AM
Hagay Lupesko
Hi all,

I need to sign a dll after it was compiled and linked.
Is this possible?

Thanks, Hagay.

Author
7 Nov 2006 10:25 PM
Claus Konrad [MCSD]
If you could sign an assembly after it was build, with a different key - I
would say we are witness to security issues.

But - using (sn.exe -R file.snk) you can RE-sign a previously signed/delay
signed assembly.
--
rgds.
/Claus Konrad
MCSD.NET (C#)


Show quoteHide quote
"Hagay Lupesko" wrote:

> Hi all,
>
> I need to sign a dll after it was compiled and linked.
> Is this possible?
>
> Thanks, Hagay.
>
>
Author
13 Nov 2006 11:19 PM
Nicole Calinoiu
Umm...  Hate to be the bearer of bad news, but it's quite feasible to sign
with a different key after an assembly has been compiled, even though this
functionality is not built into sn.exe.


Show quoteHide quote
"Claus Konrad [MCSD]" <ClausKonradM***@discussions.microsoft.com> wrote in
message news:571C98C3-AC29-41DA-9A10-78C34FDD4373@microsoft.com...
> If you could sign an assembly after it was build, with a different key - I
> would say we are witness to security issues.
>
> But - using (sn.exe -R file.snk) you can RE-sign a previously signed/delay
> signed assembly.
> --
> rgds.
> /Claus Konrad
> MCSD.NET (C#)
>
>
> "Hagay Lupesko" wrote:
>
>> Hi all,
>>
>> I need to sign a dll after it was compiled and linked.
>> Is this possible?
>>
>> Thanks, Hagay.
>>
>>
Author
14 Nov 2006 7:55 PM
Claus Konrad [MCSD]
It is...? Using what tools?
--
rgds.
/Claus Konrad
MCSD.NET (C#)


Show quoteHide quote
"Nicole Calinoiu" wrote:

> Umm...  Hate to be the bearer of bad news, but it's quite feasible to sign
> with a different key after an assembly has been compiled, even though this
> functionality is not built into sn.exe.
>
>
> "Claus Konrad [MCSD]" <ClausKonradM***@discussions.microsoft.com> wrote in
> message news:571C98C3-AC29-41DA-9A10-78C34FDD4373@microsoft.com...
> > If you could sign an assembly after it was build, with a different key - I
> > would say we are witness to security issues.
> >
> > But - using (sn.exe -R file.snk) you can RE-sign a previously signed/delay
> > signed assembly.
> > --
> > rgds.
> > /Claus Konrad
> > MCSD.NET (C#)
> >
> >
> > "Hagay Lupesko" wrote:
> >
> >> Hi all,
> >>
> >> I need to sign a dll after it was compiled and linked.
> >> Is this possible?
> >>
> >> Thanks, Hagay.
> >>
> >>
>