Source: node-trust-webcrypto Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , mocha , node-base64url , node-chai , node-elliptic , node-node-rsa , node-text-encoding , node-trust-keyto , pandoc , perl Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/js-team/node-trust-webcrypto Vcs-Git: https://salsa.debian.org/js-team/node-trust-webcrypto.git Homepage: https://github.com/anvilresearch/webcrypto Testsuite: autopkgtest-pkg-nodejs Package: node-trust-webcrypto Architecture: all Depends: node-base64url , node-elliptic , node-node-rsa , node-text-encoding , node-trust-keyto , nodejs , ${misc:Depends} Description: WebCrypto API for Node.js W3C's Web Cryptography API, which defines a standard interface for performing cryptographic operations in JavaScript, such as key generation, hashing, signing, and encryption. This package implements the API for Node.js, in order to support universal crypto-dependent code required by protocols such as JOSE and OpenID Connect. . JOSE is a framework intended to provide a method to securely transfer claims (such as authorization information) between parties, e.g. in systems involving OAuth 2.0. . Connect (OIDC) is an authentication layer on top of OAuth 2.0, an authorization framework. . Node.js is an event-based server-side JavaScript engine.