mathematical scheme for demonstrating the authenticity of a digital message or document (Wikipedia).
The following command generates a signature for an input file: openssl dgst -sha1 -sign privateKey.pem -out signature1 someInputFile The …
openssl digital-signatureI have a Java application for signing XML documents. After upgrading Java to the latest version (Java7u25) it stops …
java xml digital-signatureI have generated the following token and am trying to verify the signature with http://jwt.io I have also …
rsa jwt digital-signature openid-connectI am trying to digitally sign a XML document using SHA256. I am trying to use Security.Cryptography.dll for …
c# xml encryption digital-signatureI want to know can symmetric keys be used to sign a message ? We can encrpyt using the shared secret …
java cryptography digital-signatureIs there a way to sign an XML file with RSA and to have the namespace prefix "ds:Signature" instead …
c# xml frameworks digital-signature prefixI'm implementing a sign in system with the help of the JWT (JSON Web Token) scheme. Basically, after a user …
rsa jwt digital-signatureI want to sign a file using the user's key and certificate from a USB token (dongle). I have been …
c++ cryptography digital-signature x509 hsmAt work we have a web app that we'll need to interface with another company's web app using Single Sign …
php xml digital-signature saml xml-signatureI was wondering if there was (and I hope there is) a standard for public key size for ECDH (Elliptic …
cryptography digital-signature dsa elliptic-curve diffie-hellman