1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: node-trust-webcrypto
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, mocha <!nocheck>
, node-base64url <!nocheck>
, node-chai <!nocheck>
, node-elliptic <!nocheck>
, node-node-rsa <!nocheck>
, node-text-encoding <!nocheck>
, node-trust-keyto <!nocheck>
, pandoc <!nodoc>
, perl <!nocheck>
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.
|