[ 源代码: node-base64id ]
软件包:node-base64id(2.0.0+~2.0.0-1)
node-base64id 的相关链接
Debian 的资源:
下载源码包 node-base64id:
- [node-base64id_2.0.0+~2.0.0-1.dsc]
- [node-base64id_2.0.0+~2.0.0.orig-types-base64id.tar.gz]
- [node-base64id_2.0.0+~2.0.0.orig.tar.gz]
- [node-base64id_2.0.0+~2.0.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Node.js module that generates a base64 id
Node.js module that generates a base64 id. It uses crypto.randomBytes when available, but falls back to unsafe methods for node.js <= 0.4.
To increase performance, random bytes are buffered to minimize the number of synchronous calls to crypto.randomBytes.