Top "Digital-signature" questions

mathematical scheme for demonstrating the authenticity of a digital message or document (Wikipedia).

Determining if a file has a digital signature in c# without actually verifying the signature

Is there a simple way to check if a digital signature exists on a file without trying to verify the …

c# digital-signature signing file-properties
How to check if a PDF has any kind of digital signature

I need to understand if a PDF has any kind of digital signature. I have to manage huge PDFs, e.…

pdf digital-signature
What are the purposes of files in META-INF folder of an APK file?

What are the purposes of MANIFEST.MF, CERT.SF and CERT.RSA file in the META-INF folder in an android …

android apk digital-signature
Windows CryptoAPI: CryptSignHash with CALG_SHA_256 and private key from MY keystore

I am trying to generate digital signatures on Windows (from XP SP3, but currently testing with Windows 7) with CryptoAPI that …

cryptography rsa digital-signature cryptoapi sha256
bug? in codesign --remove-signature feature

I would like to remove the digital signature from a Mac app that has been signed with codesign. There is …

macos digital-signature
How to digitally sign PDF documents using Python with an etoken (pen drive)?

How to digitally sign PDF documents using Python? I have an etoken (in pen drive). Additionally, I have created an …

python digital-signature pypdf2
WinVerifyTrust to check for a specific signature?

I'm implementing a process elevation helper for Windows. It's a program that will run in elevated mode and launch other …

c windows digital-signature winverifytrust
RSA Signing and verifying in java

I'm trying to sign a message in java and it doesn't seem to work. The verifying step gives me false. …

java security digital-signature verification
How to compute RSA-SHA1(sha1WithRSAEncryption) value with OpenSSL

I'm confused about RSA-SHA1, I thought it's RSA_private_encrypt(SHA1(message)). But I can't get the correct signature value. …

cryptography openssl rsa digital-signature xml-signature
Verify RFC 3161 trusted timestamp

In my build process, I want to include a timestamp from an RFC-3161-compliant TSA. At run time, the code …

digital-signature bouncycastle trust trusted-timestamp rfc3161