node-evp-bytestokey 1.0.3-2ubuntu2 source package in Ubuntu

Changelog

node-evp-bytestokey (1.0.3-2ubuntu2) bionic; urgency=medium

  * Revert change to autopkgtest in last upload which broke it (no 'build'
    directory available to be copied)
  * Fix the name of the node package that's being required in the
    autopkgtest.
  * Drop test dependency on (incompatible with nodejs 8) libssl1.0-dev;
    re-add test dependency on node-gyp.

 -- Steve Langasek <email address hidden>  Tue, 20 Feb 2018 20:56:52 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-evp-bytestokey_1.0.3.orig.tar.gz 4.3 KiB 80b316f8fafd2f98f0fd2343e9f92c33fc74f72fb7e4a420c1c57f2912d967f2
node-evp-bytestokey_1.0.3-2ubuntu2.debian.tar.xz 3.3 KiB 3deb58c7286cde3e2ec436853e65246c2bb37c3e5eff722a615b10c2a74d581f
node-evp-bytestokey_1.0.3-2ubuntu2.dsc 2.5 KiB 0a871b1fa3e72d5949637538344c182f4b0f10051b2092a6784738ef6c2f0bcb

View changes file

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.