Top "Signing" questions

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

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 …

android apk signing
How to retrieve Key Alias and Key Password for signed APK in android studio(migrated from Eclipse)

I have an android app currently published in Google Play which I update periodically. I follow the following process to …

android android-studio apk signing
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 …

encryption rsa signing license-key
How can I add private key to the distribution certificate?

Well, I've got my Developer Certificate linked with it's private key. Works Fine. I've downloaded my iOS Profile of distributor, …

ios xcode keychain signing
Difference between signature versions - V1 (Jar Signature) and V2 (Full APK Signature) while generating a signed APK in Android Studio?

Please select at least one of the signature versions to use in Android Studio 2.3 Now while generating a signed APK …

android android-studio apk signature signing
Can I re-sign an .apk with a different certificate than what it came with?

If I have an apk can I remove the current signing and some how re-sign it with a different .keystore …

android signing apk
How to use jarsigner for signing an apk?

I have very little programming knowledge.I am able to open jar signer through the command prompt then I get …

java android signing jarsigner jar-signing
Getting around Chrome's Malicious File Warning

I created an application which comprises a number of *.exe files. I've packaged these up into an NSIS installer which …

google-chrome download executable signing authenticode
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 …

cryptography openssl signing
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 …

c# encoding rsa signing