Questions tagged [authenticode]

Code signing is the process of digitally signing executables and scripts to confirm the software author and guarantee that the code has not been altered or corrupted since it was signed by use of a cryptographic hash. Microsoft Authenticode (TM) is Microsoft's implementation of digitally code signing executables.

Code signing is the process of digitally signing executables and scripts to confirm the software author and guarantee that the code has not been altered or corrupted since it was signed by use of a cryptographic hash. Microsoft Authenticode (TM) is Microsoft's implementation of digitally code signing executables.

185 questions
0
votes
1 answer

Steps to Create a Signed Desktop App for Windows 8?

I have a desktop application that I created for nopCommerce. One of the features is to allow users to drag and drop images from windows explorer into my app, and the images are uploaded to the selected product. In the past, Windows 7 and prior…
ShawnW
  • 81
  • 1
  • 7
0
votes
1 answer

Is it important to do code signing?

We would like to distribute our new windows software on the internet (exe file). What are the benefits of getting an authenticode code signing certificate? Thanks
Bobbi X
  • 189
  • 1
  • 9
0
votes
1 answer

Signed .CAB results in "Unknown publisher" on windows mobile 6.5

I have purchased a certificate from http://www.ksoftware.net/ which I use to sign a .CAB file used for installation of our software on windows mobile 6.5 devices. However, even after signing the .CAB, when attempting to install the application on…
unohoo
  • 378
  • 4
  • 14
0
votes
1 answer

How do I set the http proxy in a subshell launched from a windows service

I am writing a windows service which takes an uploaded file, runs signtool.exe on it to do the signing and timestamping and then serves the signed file back. The code for this works when run as a standalone server using twisted however if I try and…
0
votes
3 answers

I can change signed executable

I've tried to download a signed executable ( http://live.sysinternals.com/procexp.exe ) and modify it. I've thought it can't be done and Windows will somehow prevent me from running it (or warn me at least). But when I change a single character (for…
Samuel
  • 2,430
  • 5
  • 31
  • 41
1 2 3
12
13