node-evp-bytestokey 1.0.3-9 source package in Ubuntu

Changelog

node-evp-bytestokey (1.0.3-9) unstable; urgency=medium

  * Bump debhelper and policy (no changes)
  * Move to /usr/share

 -- Bastien Roucariès <email address hidden>  Sun, 15 Sep 2019 22:02:53 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-evp-bytestokey_1.0.3-9.dsc 2.4 KiB ca921e1de78f07e3084ccaf789cb1aead0270ed93c7c7aae376d7cbca4b87636
node-evp-bytestokey_1.0.3.orig.tar.gz 4.3 KiB 80b316f8fafd2f98f0fd2343e9f92c33fc74f72fb7e4a420c1c57f2912d967f2
node-evp-bytestokey_1.0.3-9.debian.tar.xz 3.6 KiB 37cec199cf0d3b6592fba23a8b9c10270a992588b8bb713a573f771f154b541f

Available diffs

No changes file available.

Binary packages built by this source

node-evp-bytestokey: secure key derivation algorithm in pure javascript

 This package derives a key and IV using well known
 cipher and message digest algorithm, thus creating secure IV and
 keys from salt. This package is a clean room implementation
 of openssl algorithm.
 .
 In cryptography, an initialization vector (IV) or starting variable
 is a fixed-size input to a cryptographic primitive that is typically
 required to be random or pseudorandom.
 .
 Node.js is an event-based server-side JavaScript engine.