[ 原始碼: node-sha.js ]
套件:node-sha.js(2.4.11-2)
Streamable SHA hashes in pure javascript
This module implements a fast and memory efficient (in place) SHA familly hash function in pure javascript.
SHA function are cryptographic hashs 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.
This module implements: sha, sha1, sha256, sha512.
Node.js is an event-based server-side JavaScript engine.
其他與 node-sha.js 有關的套件
|
|
|
|
-
- dep: node-inherits (>= 2.0.1)
- Exposes inherits function from Node.js environment
-
- dep: node-safe-buffer (>= 5.0.1)
- Safer Node.js Buffer API
-
- dep: nodejs (>= 4.7)
- evented I/O for V8 javascript - runtime executable