Jump to content

Code Signing

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
Nightracer

Nightracer

    Programmer

  • Members
  • PipPipPipPip
  • 131 posts
Is it considered mandatory, good practice or unnecessary to digitally sign
downloadable installation packages using Microsoft's Authenticode
technology?

Where do I purchase keys?

#2
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
Never even heard of this. What is it?

#3
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Whats this man?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
The company I work for recently dropped code signing. We saw no benefit to it, other than avoiding a warning message when you download the software.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
Code Signing is crap if you ask me. It is just an extortion of money so the user doesn't get a pop-up like WingedPanther said. Unless you have money to waste, I wouldn't worry about it.

#6
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
sorry all but is this the definition to what you are talking about?
Code Signing:-
A mechanism used in Microsoft's ActiveX control to assure users that the software they are downloading has not been contaminated with a virus. When the control is downloaded the user can check the electronic signature to verify the software vendor and to confirm that the downloaded copy has not been altered since it was signed.

Is this is? if yes then I think its useless!

#7
Nightracer

Nightracer

    Programmer

  • Members
  • PipPipPipPip
  • 131 posts
Yes, that is similar Tcm. I've decided not to use it as well.