All topics

Digital Signatures

10 articles tagged Digital Signatures.

Post-Quantum Cryptography (2026): Preparing for the End of RSA and ECC

  • Digital Signatures
  • Elliptic Curve Cryptography
  • Post-Quantum Cryptography

For decades, modern cybersecurity has relied on a handful of cryptographic foundations. Technologies such as RSA and Elliptic Curve Cryptography (ECC) protect everything from online banking and VPNs to software updates and digital signatures. These algorithms have withstood years of scrutiny and…

Read article: Post-Quantum Cryptography (2026): Preparing for the End of RSA and ECC

XML Digital Signature (an Example)

  • Digital Signatures
  • Security Architecture
  • XML

In the last post, we looked at the steps involved in generating a digital signature using the XML Digital Signature spec. The algorithm to produce a signature and validate it were explored but no examples were given. In this post, we’ll look at an example that is given in the XML Digital Signature…

Read article: XML Digital Signature (an Example)

XML Digital Signatures

  • Authentication
  • Digital Signatures
  • PKI

The XML DSig specification is used to provide digital signature functionality to XML Documents. It is is used by numerous other specs such as WS-Security and SAML2. This blog entry will describe how digital signatures work with an X509 private/public key pair.

Read article: XML Digital Signatures