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
|
Source: node-evp-bytestokey
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-md5.js <!nocheck>
, node-safe-buffer <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-evp-bytestokey
Vcs-Git: https://salsa.debian.org/js-team/node-evp-bytestokey.git
Homepage: https://github.com/crypto-browserify/EVP_BytesToKey
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-evp-bytestokey
Architecture: all
Depends: ${misc:Depends}
, node-md5.js
, node-safe-buffer
Description: 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.
|