Top "Signing" questions

A digital signature is a mathematical scheme for demonstrating the authenticity of a digital message or document.

How can I disable signature checking for Firefox add-ons?

Since version 42, Firefox, by default, refuses to install unsigned add-ons. How do I disable this verification?

javascript firefox firefox-addon signing add-on
Android in app purchase: Signature verification failed

I have tried for several days to solve this problem, using the Dungeons demo code that comes with the SDK. …

android in-app-billing signing
Getting certificate details from an apk

How do i go about getting the details of the certificate an apk was signed with. I have a bunch …

android certificate signing
How to use Eclipse to create released signed apk?

I have been a Java programmer/instructor since Java was Oak (which is the development name for Java). Where can …

android apk signing
INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES on adb install

The same Android project is built in debug mode, sometimes with Eclipse, sometimes with ant (on build machine). If I …

android eclipse apk signing android-install-apk
How do I get user profile using Google Access Token

i'm testing getting user information by google access token http://www.mawk3y.net/glogin after clicking sign in button …

google-api signing google-oauth
Get rid of the "UNKNOWN" publisher from applet security warning

I'm trying to sign an applet so that the publisher does not appear as "UNKNOWN" : I work for an organisation …

java ssl applet certificate signing
How do you fix "code object is not signed at all In subcomponent:" in Xcode 6, Mac OS X Yosemite or Mavericks?

When compiling my application I'm getting the following error: CodeSign /Users/pupeno/Library/Developer/Xcode/DerivedData/ProjectX-cynmgyozflnwbpamwnpsnhgshuyq/Build/Products/Debug/…

xcode macos cocoa certificate signing
How to generate an upload key for Google App Signing?

I am currently struggling with the upload key, which is the new method of signing APK's to publish it to …

android google-play sign signing android-app-signing
Sign PDF with plain JavaScript

With WebCrypto API evolving and being supported by Chrome and Firefox, I would like to use it for digitally signing …

javascript pdf sign signing webcrypto-api