2 个不稳定版本
使用旧的 Rust 2015
0.2.0 | 2018年9月12日 |
---|---|
0.1.0 | 2017年4月17日 |
#28 在 #secure-random
7KB
81 行
rand-bytes
一个简单的工具,使用密码学伪随机数生成器生成密码学安全的随机字节。
内部,rand-bytes
使用 ring
's random number generator。
用法
使用 cargo 安装此工具
cargo install rand-bytes
或者下载其中一个 版本。
如果您的架构/操作系统不受支持,您可以简单地自己构建。
命令行选项
Generate some random bytes
USAGE:
rand-bytes [OPTIONS] <SIZE>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-o, --output <FILE> Specify a file to output the bytes to, rather than stdout
ARGS:
<SIZE> Sets the number of bytes to generate random values for
依赖关系
~6.5MB
~203K SLoC