[ 原始碼: node-pseudorandombytes ]
套件:node-pseudorandombytes(2.0.0-2)
node-pseudorandombytes 的相關連結
Debian 的資源:
下載原始碼套件 node-pseudorandombytes:
- [node-pseudorandombytes_2.0.0-2.dsc]
- [node-pseudorandombytes_2.0.0.orig.tar.gz]
- [node-pseudorandombytes_2.0.0-2.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
- create hashes for browserify
-
- dep: node-create-hmac
- nodejs style hmacs in the browser
-
- dep: node-randombytes
- random bytes from browserify stand alone