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

Changelog

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

  * Team upload
  * Drop test, incompatible with nodejs >= 14 (Closes: #1008139)
  * Use dh-sequence-nodejs auto install

 -- Yadd <email address hidden>  Wed, 23 Mar 2022 12:07:38 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-evp-bytestokey_1.0.3-11.dsc 2.1 KiB 92fef6b27bea8811f936585c00e0e06339d8cafdba3a01419d0a00f28c916d25
node-evp-bytestokey_1.0.3.orig.tar.gz 4.3 KiB 80b316f8fafd2f98f0fd2343e9f92c33fc74f72fb7e4a420c1c57f2912d967f2
node-evp-bytestokey_1.0.3-11.debian.tar.xz 3.3 KiB a514222c1be6596ea78fcd15b30bcfbd75da5049f6416ce5fa407cdb2ab90e95

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.