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

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章