Tagged Questions
The signing tag has no wiki summary.
27
votes
1answer
15k views
How to fix “Referenced assembly does not have a strong name” error (VS2005)
I've added a weakly named assembly to my VS2005 project (which is strongly named). I'm now getting the error:
"Referenced assembly 'xxxxxxxx' does not have a strong name"
Do I need to sign this ...
23
votes
5answers
3k views
Best practices for signing .NET assemblies?
I have a solution consisting of 5 projects, each of which compile to separate assemblies. Right now I'm code-signing them, but I'm pretty sure I'm doing it wrong. What's the best practice here?
Sign ...
13
votes
3answers
925 views
Questions about preparing an apk for the Amazon Android App Store
Amazon's documentation is surprising lacking in information about the submitting binary process. From what I can tell, you submit an unsigned binary and they wrap it in their own code and produce a ...
13
votes
7answers
395 views
DSA: What can a hacker do with *just* a public key?
The shareware registration system I'm currently developing embeds the public DSA key in the executable itself, and the private key resides on a server. (For the sake of discussion let's assume that ...
13
votes
2answers
4k views
How do I sign a Java applet using a certificate in my Mac keychain?
I have a self-signed root certificate with just the code signing extension (no other extensions) in my Mac keychain; I use it to sign all code coming out of ∞labs using Apple's codesign tool and it ...
11
votes
3answers
4k views
App Submission Error - Invalid binary - Invalid Code Signing Error
Invalid Code Signing Entitlements - Your application bundle's signature contains ubiquity code signing entitlements that are not supported.
Specifically, value "( X49XXXS5Q.* )" for key ...
8
votes
4answers
767 views
I can't seem to understand this .NET assembly signing thing
Ok, I must be dumb cause I've already read this:
http://www.csharp411.com/net-assembly-faq-part-3-strong-names-and-signing/
And I still don't get it...
Let's say I open my project's properties and ...
7
votes
4answers
968 views
API/Library to replace signtool.exe
The Windows SDK ships with a tool called signtool.exe that lets you sign a file with a certificate. I need to do the same thing but in a background service so I'm on the lookout for a library ...
6
votes
2answers
968 views
XCode4 Building Problem - Code Signing Identity Ad Hoc missing
trying to build an ad hoc distribution with Xcode 4.
Consider that my project.xcodeproj was created with a very old version of Xcode.
Now Looking around at Build Setting I cannot find Code Signing ...
6
votes
1answer
754 views
Javascript cryptography library to sign form data in browser
I am looking for a JS crypto lib (similar to, say, OpenSSL's libcrypto) that facilitates digital signing of data in the browser.
I want to sign form form data on the client side using a private key ...
6
votes
1answer
4k views
verifying a file signature with openssl dgst
I am signing packets in some Java code and I want to verify the signatures on a C server. I want to fork openssl for this purpose (can always use library functions later... when I know openssl can ...
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 ...
6
votes
2answers
455 views
6
votes
9answers
4k views
What is the difference between encrypting and signing in asymmetric encryption?
What is the difference between encrypting some data vs signing some data (using RSA)?
Does it simply reverse the role of the public-private keys?
For example, I want to use my private key to ...
5
votes
7answers
130 views
Is there a way to digitally sign documents to prove they existed at a certain point in time
I'm curious if there is way to digitally sign documents (technically any piece of data), such as contracts or photos, so that 10 years from now, it can be proven that they are from this time, not ...
5
votes
2answers
3k views
Windows7 boot option to allow unsigned drivers ignored
I'm learning Windows kernel mode driver development. I've written a small test driver that I can successfully register, unregister, load and unload under Windows 7 32bit Ultima edition running under ...
5
votes
2answers
9k views
How to sign an android apk file
I am trying to sign my apk file. I can't figure out how to do it. I can't find good in-depth directions. I have very little programing experience, so any help would be appreciated.
5
votes
1answer
392 views
Signing in Visual Studio 2005 - error using existing .pfx
Built my project.
Created my .pfx using sn.exe -k (to create ShellTradingCCMPROD.pfx).
Copied the file to the application folder.
In VS 2005, I go to the Signing tab, 'Select From File' and browse to ...
4
votes
2answers
465 views
JavaScript based cryptographic signing?
I am dealing with a particularly paranoid group of users who might want their contributions to my web site to be signed (e.g. with a GPG key) before submitting.
While I could show them a "snippet" ...
4
votes
2answers
681 views
ClickOnce installations
I'm a bit stuck here, I have a .net 3.5 sp1 application that I want to deploy locally to other machines on my network using ClickOnce.
On installation they get a warning message saying that this ...
4
votes
3answers
2k views
How to avoid the (Author not verified) message when installing a Firefox XPI file
What do I need to do to avoid the "Manual Install" in Firefox for a Plugin and where do I have to go or what do I have to do to avoid the (Author not verified) message when downloading a Plugin. ...
3
votes
2answers
75 views
Android - What debug.keystore file is IntelliJ signing my app with?
I'm trying to debug why I can't get MapView to work in debug mode, and it seems like the app is not being signed with the debug.keystore file that I have created an API key against. The only version ...
3
votes
1answer
67 views
Signing and verifying signatures with RSA C#
I recently posted about issues with encrypting large data with RSA, I am finally done with that and now I am moving on to implementing signing with a user's private key and verifying with the ...
3
votes
2answers
51 views
Android Marketplace: Are the details (name etc) in the keystore user-visible?
When I sign my app for release on the Android Marketplace I create a keystore file using the keytool application following the instructions here ...
3
votes
1answer
91 views
Why are signing keys so expensive?
I was looking into getting an authenticode signing key recently and am shocked by how expensive they are. This got me thinking -- most kinds of signing keys, whether Authenticode, SSL, etc. -- are ...
3
votes
1answer
111 views
Signing PDF with a certificate in a certificate store
I want to sign a PDF with a certificate in a certificate store.
I am using iTextSharp and iSafePDF for singing PDFs, it works OK when I sign using a certificate stored as .p12 file. But I don't know ...
3
votes
1answer
65 views
Which files should be digitally signed
I am wondering what files should be digitally signed? I'm not talking about strong naming assemblies, but about digitally signing files so that it is possible to determine if they have been tampered ...
3
votes
3answers
379 views
Signing an app, but not publishing on Android market
The Android system has a flag called "Unknown Sources" that allows it to install applications from non-market sources.
If I sign my application as described on the android developer website (i.e. ...
3
votes
1answer
327 views
Allow signing of pdf using iText
I'm trying to allow signing for a pdf using iText and Java. I'm not interested in actually signing it, just enabling the "Signing" flag as seen in the image below. Also, I don't need the signing to ...
3
votes
2answers
740 views
Jar Signing Strategy in Maven Projects
We have several maven projects, which are built on the build server. In some cases we want to sign our deliverables. We use Maven Jarsigner Plugin to do that.
We face the following questions:
Where ...
3
votes
2answers
605 views
With RSA encryption, should I use the same certificate to sign and encrypt a message?
If I want to sign and encrypt a message using an X509 certificate, is there any reason not to use the same certificate for encryption and signing?
3
votes
2answers
1k views
Android: debug app on device with Eclipse and password-protected keystore?
I uploaded my application to Market and then downloaded it to my phone. Now I'm unable to use debug keystore which is used by default by Eclipse ADT Plugin (Re-installation failed due to different ...
3
votes
1answer
1k views
Cryptographic failure while signing assembly '<assemblyname>.dll' – 'Bad Version of Provider'
I purchased an authenticode certificate from a well known provider.
Now I want to strong name an assembly and later on digitally sign it.
This is what I've done so far:
Extracted public key from ...
3
votes
6answers
477 views
Why shouldn't we crypt with the private key in an asymmetrical cryptographic system?
In standard use of asymmetrical cryptographic system, encryption is done with public key, decryption with private key.
Inversing the process, "encryption with private key" is called "signing".
...
3
votes
0answers
651 views
Why should I sign a .NET assembly? [closed]
Possible Duplicate:
Best practices for signing .NET assemblies?
Why should I sign a .NET assembly - what benefits does it bring as opposed to not signing it?
3
votes
2answers
733 views
How do you sign an assembly that was generated by an ILMerge operation?
I managed to use ILMerge to merge all the assemblies I have in my project into a single assembly, but the problem is there doesn't seem to be a way to sign the merged assembly.
Is there some sort of ...
3
votes
3answers
3k views
J2ME and (open source) applet signing for Mobile Devices (esp. phones) - what can I do?
I've just discovered J2ME and I love the possibilities that it presents. I'm currently working on a simple application and I'd like to maybe release it as an open-source project sometime in the ...
3
votes
2answers
659 views
How do you package and self host your Firefox extensions?
I'm developing a site-specific Firefox extension. The official hosting/updating mechanism at addons.mozilla.org forces my users to login to download my plugin (until it get approved for public ...
2
votes
3answers
102 views
Is there a way to determine whether an Android application is signed for production or debug at runtime?
Is there a way to determine whether an Android application is signed for production or debug at runtime?
2
votes
1answer
35 views
Is there any way to generate PSS padded signatures in PHP?
In PHP, I want to sign some documents with a padding of PSS, and a digest of SHA512.
According to the docs, at http://www.php.net/manual/en/function.openssl-sign.php, I can set the digest however I ...
2
votes
0answers
147 views
3rd Party Mac Developer Installer? error when uploading
So i'm trying to upload my App to the Mac App Store and when I'm uploading it via Application Uploader I get an error.
The product archive package's signature is invalid. Ensure that it is signed ...
2
votes
2answers
132 views
Kernel driver signing
I have done a great deal of looking around, and I can't seem to get a straightforward answer to this issue.
I am hobbyist programmer, I have done a great deal of work with windows drivers, and wrote ...
2
votes
1answer
79 views
ProGuard makes apps not compile with “could not convert to dex bytecode with error 1”
I'm trying to export my Android app in Eclipse with the newest versions of Eclipse, the Android SDK, the ADT, and ProGuard. If I add the ProGuard cfg file to the default.properties file (no ...
2
votes
2answers
42 views
When strong naming an assembly: Which key to pick keypair or public key?
When Strong typing an Assembly in .net, I can create the keypair (private) like this:
sn -k keypair.snk
And extracting the public key from it like that:
sn -p keypair.snk public.snk
But once I ...
2
votes
2answers
353 views
how to programatically digital sign PDF document?
I need to digitally sign PDF documents from Java or C#.
I've found iText, is it a good solution ? are there any others?
2
votes
1answer
227 views
XML SOAP Signing on Android
I need to sign XML SOAP requests in Android application.
I did a little research and it seems that there is no framework that can do that on Android.
Has anyone managed to do this?
2
votes
2answers
338 views
Code signing to prevent piracy
I have an app on the Android Market, and recently I was made aware that another publisher had uploaded it under a different name, and was giving it away for free.
I've never uploaded an apk that ...
2
votes
3answers
111 views
Is there a way to sign my app so the user doesn't have to check unknown sources?
I am not planning on releasing my app through the market, however I also do not want the user to have to check the unknown sources to be able to install it. Is there some way of signing it where I ...
2
votes
1answer
1k views
Debug a self signed android app? (Need it for facebook integration)
When hitting the "debug"-button in eclipse my App gets signed by a debug key form android which is stored in the file "debug.keystore".
Now I am implementing the Facebook SDK which forces me to use a ...
2
votes
1answer
55 views
Security problems of signing lots of small data chunks
I want to sign huge numbers of small data chunks (hashes, e.g. SHA) using asymmetric key algorithms (preferably RSA with GPG) and make the signed files publicly available.
Does this in any way bring ...