node-pbkdf2 3.0.14-1 source package in Ubuntu

Changelog

node-pbkdf2 (3.0.14-1) unstable; urgency=medium

  * Team upload
  * New upstream version

 -- Bastien Roucariès <email address hidden>  Thu, 14 Sep 2017 21:15:38 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-pbkdf2_3.0.14-1.dsc 2.2 KiB 5749efbc1eebcf1ac4441aa09596c229fe195974dabe20d6d0d7cef24a485fdf
node-pbkdf2_3.0.14.orig.tar.gz 9.6 KiB f83598a145f62f49ffd4cbee993c41d577e68967970f7a5aef5c777cd05521e2
node-pbkdf2_3.0.14-1.debian.tar.xz 2.8 KiB 39e0d1ce356740d93eae9334f1e374d0a50685d9b2e34a779786cc2d1fbee16e

Available diffs

No changes file available.

Binary packages built by this source

node-pbkdf2: 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.