SkillAgentSearch skills...

Xmldsigjs

A TypeScript/JavaScript implementation of XML security standards using Web Crypto API for both browsers and Node.js.

Install / Use

/learn @PeculiarVentures/Xmldsigjs

README

XMLDSIG Monorepo

CI

license

A TypeScript/JavaScript implementation of XML security standards using Web Crypto API for both browsers and Node.js.

Packages

This monorepo contains three interconnected packages:

xml-core

A foundational library for working with XML in JavaScript/TypeScript with schema validation through decorators.

xmldsigjs

XML Digital Signature implementation based on Web Crypto API with support for various cryptographic algorithms and canonicalization methods.

xadesjs

XML Advanced Electronic Signatures (XAdES) implementation that extends XMLDSIGjs with additional signature formats and metadata.

Installation

Each package can be installed independently:

npm install xml-core        # Core XML utilities
npm install xmldsigjs       # XML Digital Signatures
npm install xadesjs         # XML Advanced Electronic Signatures

Platform Support

All packages work in:

License

MIT License. See individual package directories for specific license files.

Related Projects

Related Skills

View on GitHub
GitHub Stars53
CategoryDevelopment
Updated2d ago
Forks32

Languages

TypeScript

Security Score

100/100

Audited on Apr 7, 2026

No findings