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.

learn more… | top users | synonyms

54
votes
27answers
40k views

Invalid iPhone Application Binary

I'm trying to upload an application to the iPhone App Store, but I get this error message from iTunes Connect: The binary you uploaded was invalid. The signature was invalid, or it was not signed ...
34
votes
8answers
9k views

Cheapest Java Code Signing Certificate? (not self-signed) [closed]

Does anyone know where I can get an inexpensive Java code signing certificate? Everywhere I look wants $200 to $300 per year! Unfortunately I cannot use a self-signed one, I'm trying to get rid of the ...
26
votes
8answers
67k views

Xcode: iPhone app codesign error

When building a new iPhone app in Xcode, I'm getting this error: codesign error: code signing identity 'iphone developer' does not match any code-signing certificate in your keychain. once ...
24
votes
6answers
7k views

xCode 4 -reinstalls keychain certs that I delete

I am getting this error: CodeSign error: Certificate identity 'iPhone Developer: XXX' appears more than once in the keychain. The codesign tool requires there only be one. At first I ...
23
votes
5answers
51k views

Code Sign error: The identity 'iPhone Developer: x Xxxxx' doesn't match any identity in any profile

I get this build error when I build my iPhone project to run on my device: **Code Sign error: The identity 'iPhone Developer: x Xxxxx' doesn't match any identity in any profile** My development ...
19
votes
2answers
14k views

How do I create a self-signed certificate for code signing on Windows?

How do I create a self-signed certificate for code signing using tools from the SDK?
15
votes
5answers
2k views

How do you sign your Firefox extensions?

I have developed a couple of extensions for Firefox, and am annoyed that it is so hard to get the extension signed. When an extension isn't signed, it says "Author not verified" when it is installed, ...
12
votes
3answers
134 views

Does code-signing without strong-naming leave your app open to abuse?

Trying to get my head around authenticode code-signing and strong-naming. Am I right in thinking that if I code-sign an exe that references a few dlls (not strong named) that a malicious user could ...
12
votes
2answers
4k views

Xcode 4.2 - certificates ok, but “There is no codesign_wrapper executable. Please reinstall the Xcode developer tools.” appears

I select "Build to Archive" in XCode 4.2, and the following error appears: Validate ...
10
votes
1answer
2k views

Xcode 4.1 Code Signing Issue

I've read through many threads and can't find anything like my issue here. I think that this is a simple fix, but I just can't seem to find the answer. I'm using Xcode 4.1 Gold Master. Basically, ...
10
votes
7answers
10k views

iPhone Entitlements problem with XCode 4 for Ad Hoc distribution

I have reread all the documentation and postings on Ad Hoc distribution and still have a problem. If I try 'wireless' distribution (with a .plist and .ipa file being downloaded using Safari) the app ...
10
votes
4answers
12k views

profile doesn't match application identifier

I have just created a AdHoc distribution provisioning profile for the app id 49776ZQRBG.com.gfeed.ride I have the Bundle ID in the info.plist set to this, yet this provisining profile in the project ...
10
votes
4answers
4k views

What happens when a code signing certificate expires?

I am considering purchasing a code signing certificate from VeriSign or Thawte to sign an XBAP with. My question is this: What happens when that certificate expires? $299 and $599 are pretty hefty ...
9
votes
3answers
1k views

Code signing certificate

Where can I get a free code signing certificate for signing my applications? Ascertia used to give them out for free but apparently they don't anymore. Mine just expired and I'm looking to get another ...
8
votes
6answers
1k views

Code Signing (Microsoft Authenticode)

I have a program which is used by a large number of people who are not always super computer savvy. I want to make sure that rather than having my executable say it is from an unknown author that it ...
8
votes
3answers
2k views

Why does Java Web Start say a signed jar file is unsigned?

Java Web Start (JWS) says that it can't launch my application because the jar file is unsigned: Error: Unsigned application requesting unrestricted access to system Unsigned resource: ...
8
votes
3answers
1k views

Alternative timestamping services for authenticode

We perform code signing and timestamping for all our production builds. Occasionally (usually when we are about to RTM (!) ) the timestamp server at verisign ...
8
votes
1answer
1k views

Android: how to share code between projects signed with the same certificate

In Android documentation concerning code signing we can read: "By signing multiple applications with the same certificate and using signature-based permissions checks, your applications can share code ...
8
votes
3answers
439 views

How important is it to digitally sign our executables?

We produce a content management system. It's a DB-based system, used only by businesses and organizations, and never downloadable from the Internet. I.e., it's not the kind of software someone might ...
8
votes
6answers
2k views

Which code signing authority should I go with? [closed]

I'm looking at options to buy a code signing certificate for my company. I want it to be usable for MS Authenticode and also for Java and I want it to be trusted with the default trusted authority ...
8
votes
3answers
2k views

Signing ClickOnce with a Certificate?

Can anyone explain the process of obtaining a certificate to sign my ClickOnce assembly(ies)? I've got a few ClickOnce apps at my company, but they are all signed with temporary certificates created ...
8
votes
1answer
1k views

What's the main difference between signcode.exe and signtool.exe?

I can't really see a big difference other than signtool is newer and requires different file formats for your digital certificate?
8
votes
3answers
2k views

Code Signing Certificate Options

I've been assigned the task of buying a digital certificate for my company to sign our code. We develop applications in the Microsoft space - mostly WPF or Web Based. I've investigated options and ...
7
votes
2answers
219 views

Validate certificate and provisioning profile

On our iOS projects, we commit to the version control repository both the signing certificate and the provisioning profiles used to generate AdHoc and AppStore builds. This way, whenever a new ...
7
votes
8answers
5k views

Code Sign error: Provisioning profile can't be found

I have been working the whole day to try to build my app on my device. I get this error when i try to build on my device. I have been reading about this problem but do not really understand how to ...
7
votes
4answers
973 views

J2ME - code signing - What's the Certificate that works in all handsets such as Nokia,samsung,Micromax,LG?

I am creating a MP3Player which will access the device memory card to list the songs.For this I am using File Connection API so devices like Nokia keep on asks for permission.To overcome this the jar ...
7
votes
5answers
248 views

Signing .NET assemblies

I'm trying to get a grasp of formal signing of .NET dlls/assemblies. In particular When and how to use private keys Best practices for creation/control of private keys What sort of modules need ...
7
votes
1answer
4k views

Team Foundation Server Build with password protected codesigning fails

I'm trying to setup a continuous integration build on TFS 2008. In the project I want to build I use a key for signing. This key uses a password. I can't get it to build, because during the build TFS ...
7
votes
9answers
2k views

What is special about a code signing certificate?

Is it different from any other certificate I can generate via makecert or buy from some authority?
7
votes
3answers
4k views

Java Code Signing Certificates…same as SSL Certificate?

I'm looking around for a Java Code Signing certificate so my Java applets don't throw up such scary security warnings. However all the places I've found offering them charge (in my opinion) way too ...
6
votes
3answers
322 views

How do I produce an iOS Release Build that my client can sign on their end?

My scenario I wrote an iOS app for a client. The project is almost over and now it's time for them to put it in the App Store. I've been sending them development builds throughout the development ...
6
votes
1answer
351 views

How do we sign an iPhone application using someone else's Enterprise program?

We wrote an iPhone application that we want to sell to companies. The company is enrolled in the iOS Enterprise program. How can we sign our application with their certificate? I know we can be ...
6
votes
1answer
1k views

How to sign an installer to prevent Vista's UAC warning

I have an app that I need to distribute and want to sign it so I can avoid the UAC warnings in vista. Currently I see this... I am using visual studio to create the installer but the app was not ...
6
votes
3answers
833 views

How to verify that timestamping is done correctly for signed code

I have just got my code signing certificate from StartSSL and am trying to sign our installer. The signing process goes well and I get an installer exe that Windows no longer complains about being ...
5
votes
2answers
2k views

xcode 4.2, code signing for distribution

I am going crazy over signing my app !!! Please help. I am a new iPhone developer. So all of this is new to me. I have finished coding my app and have spent the last 2-3 days on figuring out why ...
5
votes
1answer
149 views

Blackberry code signing spam

I am an Android developer just getting my feet wet with BlackBerry. I am trying to port an Android app that I have created to BB. In doing this I've started using this command: ...
5
votes
4answers
360 views

Application signing/verification

I'm relatively new to Windows development, but have just finished a small project. I want to make my application "verified" like a lot of other applications are. For example, when you launch the ...
5
votes
3answers
135 views

Releasing class library source, without signing key file, but unit-tests requires access to internal classes, what to do?

The situation is as follows: I want to release the full source to a class library I want to release binaries as well, signed by me, with a key file I don't want to publish I will provide batch ...
5
votes
1answer
1k views

Why is my code signing (MS authenticode) verification failing?

I posted this question and have a freshly minted code signing cert from Thawte. I followed the instructions (or so I thought) and the code signing claims to succeed, however when I try to verify the ...
5
votes
4answers
3k views

Delphi app manifest file problems under WinXP and Win7

My last question "List service and services status under Win-7" made me start working on a solution that gives my app the admin privileges under Windows Vista onward based on a .manifest file. I was ...
5
votes
4answers
547 views

Where do you store the private key for your code signing certificate?

I recently acquired a code signing certificate for my employer, but I am not the InstallShield developer who will sign the binaries before distribution. I know I can export the certificate along with ...
5
votes
4answers
4k views

How to verify a jar signed with jarsigner programmatically

I'm wanting to sign a jar using jarsigner, then verify it using a Java application which does not have the signed jar as part of it's classpath (i.e. just using a filesystem location of the jar) Now ...
5
votes
2answers
256 views

Code Signing as part of the build process

I'd like to understand some of the best practices with respect to code signing. We have an Eclipse-based application and think it would be appropriate to sign our plug-ins. This raised a lot of ...
5
votes
13answers
17k views

Don't see Code Signing Entitlements in xcode target properties

I am trying to build an adhoc build for my app , I am following the instructions on the apple's documentation which says Select the Target and open the Build settings inspector. In the ‘Code ...
5
votes
2answers
2k views

Using MSBuild to Sign ClickOnce or Assembly Error: MSB3321

I've set up my simple project in VS2008 to use a click-once installer. I've specified that the ClickOnce manifests should be signed by our comapny's pfx file. When I set this up in Visual Studio it ...
4
votes
2answers
56 views

Mac App Store possibility to allow free download of paid app

I am having an application which I will be putting into the Mac App Store soon. It will be a paid application. It is my first app I'm transmitting, so please excuse my lack of knowledge so far. I ...
4
votes
2answers
133 views

Check whether a given executable is digitally signed and valid?

In my C#/.NET application I have to check if a given executable is digitally signed (preferably without Exception testing.) Then I need to check if its certificate is valid (based on installed root ...
4
votes
1answer
464 views

invalid code signing app submission

Im trying to submit an app to the app store and Im getting the following error. Ive seen similar problems posted & 2 different solutions suggested but neither of them have solved the issue. ...
4
votes
3answers
2k views

“object file format unrecognized, invalid, or unsuitable” Xcode error

I don't see any reasons why this message should come at the end of the log: ...
4
votes
1answer
298 views

Signing files on Linux with SPC files

I have one .key file from which I generated a .csr file that I used to purchase a GoDaddy code signing certificate. From GoDaddy I received one .spc file. I exported the spc file to pem with the ...

1 2 3 4 5 9