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
|
Source: node-pbkdf2
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
debhelper (>= 11)
, dh-buildinfo
, nodejs
, dpkg-dev (>= 1.17.14)
, node-tape (>= 4.5.1) <!nocheck>
, node-create-hmac (>= 1.1.4) <!nocheck>
, node-create-hash (>= 1.1.2) <!nocheck>
, node-ripemd160 (>= 2.0.1) <!nocheck>
, node-safe-buffer (>= 5.0.1) <!nocheck>
, node-sha.js (>= 2.4.8) <!nocheck>
, node-tap (>= 8) <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/crypto-browserify/pbkdf2
Vcs-Git: https://salsa.debian.org/js-team/node-pbkdf2.git
Vcs-Browser: https://salsa.debian.org/js-team/node-pbkdf2
Package: node-pbkdf2
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-create-hmac (>= 1.1.4)
, node-create-hash (>= 1.1.2)
, node-ripemd160 (>= 2.0.1)
, node-safe-buffer (>= 5.0.1)
, node-sha.js (>= 2.4.8)
Description: RSA PKCS#5 v2.0 module in JavaScript
This library implements the password-based key derivation function, PBKDF2,
specified in RSA PKCS#5 v2.0. It has the ability to use any supported hashing
algorithm returned from crypto.getHashes().
.
Node.js is an event-based server-side JavaScript engine.
|