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 39 40 41 42
|
Source: node-browserify-des
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 (>= 4.7)
, dpkg-dev (>= 1.17.14)
, node-inherits (>= 2.0.1) <!nocheck>
, node-safe-buffer (>= 5.1.2) <!nocheck>
, node-cipher-base (>= 1.0.1) <!nocheck>
, node-des.js (>= 1.0.0) <!nocheck>
, node-tape (>= 4.2) <!nocheck>
, node-tap (>= 8) <!nocheck>
Standards-Version: 4.2.0
Homepage: https://github.com/crypto-browserify/browserify-des#readme
Vcs-Git: https://salsa.debian.org/js-team/node-browserify-des.git
Vcs-Browser: https://salsa.debian.org/js-team/node-browserify-des
Package: node-browserify-des
Architecture: all
Depends:
${misc:Depends}
, nodejs (>= 4.7)
, node-inherits (>= 2.0.1)
, node-cipher-base (>= 1.0.1)
, node-des.js (>= 1.0.0)
, node-safe-buffer (>= 5.1.2)
Description: browserify DES cryptographic operation
This package allows one to browserify DES cryptographic operation.
.
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. Browserify
allows one to run javascript code in browser context.
.
Node.js is an event-based server-side JavaScript engine.
|