File: control

package info (click to toggle)
node-md5.js 1.3.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: sh: 13; makefile: 10
file content (43 lines) | stat: -rw-r--r-- 1,560 bytes parent folder | download
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
43
Source: node-md5.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-compat (= 12)
 , dh-buildinfo
 , nodejs (>= 10)
 , dpkg-dev (>= 1.17.14)
 , node-inherits (>= 2.0.1) <!nocheck>
 , node-safe-buffer (>= 5.1.2) <!nocheck>
 , node-hash-base (>= 3.0.0) <!nocheck>
 , node-hash-test-vectors (>= 1.3.2) <!nocheck>
 , node-tape (>= 4.2) <!nocheck>
 , node-tap (>= 8) <!nocheck>
Standards-Version: 4.4.0
Rules-Requires-Root: no
Homepage: https://github.com/crypto-browserify/md5.js
Vcs-Git: https://salsa.debian.org/js-team/node-md5.js.git
Vcs-Browser: https://salsa.debian.org/js-team/node-md5.js

Package: node-md5.js
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 10)
 , node-inherits (>= 2.0.1)
 , node-safe-buffer (>= 5.1.2)
 , node-hash-base (>= 3.0.0)
Description: implementation of MD5 in pure JavaScript
 This module implement md5 on pure javascript for browserify.
 .
 The MD5 algorithm is a widely used hash function producing a 128-bit
 hash value. Although  MD5 was initially designed to be used as a
 cryptographic hash function, it has been found to suffer from
 extensive vulnerabilities. It can still be used as a checksum to
 verify data integrity,  but only against unintentional corruption.
 .
 Browserify is a JavaScript tool that allows developers to write
 Node.js-style modules that compile for use in the browser.
 .
 Node.js is an event-based server-side JavaScript engine.