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
|
Source: node-shasum
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)
, node-assert <!nocheck>
, node-json-stable-stringify <!nocheck>
, node-sha.js <!nocheck>
, dh-sequence-nodejs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-shasum
Vcs-Git: https://salsa.debian.org/js-team/node-shasum.git
Homepage: https://github.com/dominictarr/shasum
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-shasum
Architecture: all
Depends: ${misc:Depends}
, node-json-stable-stringify
, node-sha.js
, nodejs:any
Description: Pure javascript function that return the sha1sum
This package emulate the well know function sha1sum of Node.js in pure
javascript allowing one to use this function in browser context.
.
In cryptography field, SHA-1 (Secure Hash Algorithm 1) is a cryptographic
hash function designed by the United States National Security Agency
and is a U.S. Federal Information Processing Standard published by the
United States NIST, SHA-1 produces a 160-bit (20-byte) hash value
known as a message digest. A SHA-1 hash value is typically rendered as
a hexadecimal number, 40 digits long.
.
This a dependency of browserify
.
Node.js is an event-based server-side JavaScript engine.
|