python实现NIST随机数

/djenrandom

MAC随机数生成工具

github:https://github.com/dj-on-github/djenrandom

下载并编译

$ make

生成随机数命令

$ ./djenrandom -b -k 128(*1k) > random.bin

/sp800_22_tests

python实现的NIST随机数检测

github:https://github.com/dj-on-github/sp800_22_tests

下载使用

$ python sp800_22_tests.py random.bin

发布了4 篇原创文章 · 获赞 2 · 访问量 212

猜你喜欢

转载自blog.csdn.net/hunan0528/article/details/85346352