webcrypto.dev-examples

Overview

xmldsigjs is a Typescript library that provides support for signing and validating XML data structures using the XML Digital Signature standard.

npm npm (scoped)

Samples

Sample Description
Sign Demonstrates how to sign an XML document using XMLdSIG Enveloped signature.
Verify Demonstrates how to verify an XML signed document.