[ 源代码: node-pseudorandombytes ]
软件包:node-pseudorandombytes(2.0.0-1.1)
node-pseudorandombytes 的相关链接
Debian 的资源:
下载源码包 node-pseudorandombytes:
- [node-pseudorandombytes_2.0.0-1.1.dsc]
- [node-pseudorandombytes_2.0.0.orig.tar.gz]
- [node-pseudorandombytes_2.0.0-1.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
crypto.pseudoRandomBytes but for use with browserify
In node it just returns crypto.pseudoRandomBytes but in the browser it uses randombytes module if available else it seeds a prng based on chacha20poly1305
To be clear there is no legitimate reason for you ever to want to use this. The algorithms used in this module are **NOT** suitable for cryptographical usage.
This package is provided **ONLY** to run tests of node-crypto-browserify.
Node.js is an event-based server-side JavaScript engine.
其他与 node-pseudorandombytes 有关的软件包
|
|
|
|
-
- dep: node-create-hash (>= 1.1.2)
- create hashes for browserify
-
- dep: node-create-hmac (>= 1.1.4)
- nodejs style hmacs in the browser
-
- dep: node-randombytes (>= 2.0.0)
- random bytes from browserify stand alone
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable