BBS-2023: The Digital Signature That Knows When To Keep Its Mouth Shut
Most digital signatures have the subtlety of a foghorn.
Read article: BBS-2023: The Digital Signature That Knows When To Keep Its Mouth Shut10 articles tagged Digital Signatures.
Most digital signatures have the subtlety of a foghorn.
Read article: BBS-2023: The Digital Signature That Knows When To Keep Its Mouth ShutThe Internet Engineering Task Force (IETF) has 10K+ published Request For Comments (RFCs) documents. The industry hears about RFCs all the time. But, as the name implies (“request for comments”) that isn’t the final step in the process. A very small number of RFCs are promoted to Internet…
Read article: How Many IETF RFCs Actually Become Standards?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 ECCThe following blog posts are part of a series I wrote on digital signatures.
Read article: Digital Signature SeriesThis post was originally published as “DSig Part 3: XML DSig vs. JSON Web Signtaure” on the Levvel Blog.
Read article: DSig Part 3: XML DSig vs. JSON Web SignatureThis post was originally published as “DSig Part 2: JSON Web Signature (JWS)” on the Levvel Blog.
Read article: DSig Part 2: JSON Web Signature (JWS)This post was originally published as “DSig Part 1: XML Digital Signature and WS-Security Integrity” on the Levvel Blog.
Read article: DSig Part 1: XML Digital Signature and WS-Security IntegrityThis post continues exploring the use of XML Digital Signature; this time we look at WS-Security Integrity (use of XML Digital Signatures with WS-Security). Our examples show a digital signature and a timestamp in a WS-Security <Security> SOAP Header.
Read article: WS-Security Integrity (XML Digital Signature)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)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