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 33 34 35 36 37 38
|
Source: node-des.js
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 (>= 11)
, dh-buildinfo
, nodejs (>= 6)
, dpkg-dev (>= 1.17.14)
, node-assert (>= 1.0.0) <!nocheck>
, node-inherits (>= 2.0.1) <!nocheck>
, mocha (>= 1.20) <!nocheck>
Standards-Version: 4.3.0
Homepage: https://github.com/indutny/des.js#readme
Vcs-Git: https://salsa.debian.org/js-team/node-des.js.git
Vcs-Browser: https://salsa.debian.org/js-team/node-des.js
Package: node-des.js
Architecture: all
Depends:
${misc:Depends}
, nodejs (>= 6)
, node-assert (>= 1.0.0)
, node-inherits (>= 2.0.1)
Description: DES implementation in pure javascript
This modules provides implementation of DES encryption algorithm
in javascript.
.
The Data Encryption Standard (DES) is a symmetric-key algorithm for
the encryption of electronic data. Although now considered insecure,
it is implemented in standard cryptographic library implemented in
Node.js.
.
This pure javascript module is needed for browserify compatibility
layer of Node.js API.
.
Node.js is an event-based server-side JavaScript engine.
|