Top "Sign" questions

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

Signing a Windows EXE file

I have an EXE file that I should like to sign so that Windows will not warn the end user …

windows certificate exe sign
Given URL is not allowed by the Application configuration

I am trying to create facebook sign-in page according to this tutorial. I only changed the two lines appId : '370675846382420…

facebook login facebook-login sign
Changing the sign of a number in PHP?

I have a few floats: -4.50 +6.25 -8.00 -1.75 How can I change all these to negative floats so they become: …

php math numbers sign
Resign apk with different keystore

Currently I'm getting the apk signed with the private keystore file but I want to sign that apk with different …

android apk sign
How to sign string with private key

How can I get the signature of a string using SHA1withRSA if I already have the Private Key as …

java digital-signature private-key sign public-key
Simplest way to check if two integers have same sign?

Which is the simplest way to check if two integers have same sign? Is there any short bitwise trick to …

integer bit-manipulation sign
Git sign off previous commits?

I was wondering how to sign(-s) off previous commits that I have made in the past in git?

git sign git-sign
Sign extension from 16 to 32 bits in C

I have to do a sign extension for a 16-bit integer and for some reason, it seems not to be …

c binary integer sign
Missing Application-Name manifest attribute for:

I have an application with some external jars I created. With the new java policy I had to sign my …

java jar manifest sign
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