NIST随机信标验证器自2013年9月5日傍晚起,美国国家标准与技术研究院(NIST)每天每分钟发布一个512位全熵随机数。更重要的是,每个数字都经过加密签名,因此您可以轻松验证它是否由NIST生成。该过程中包含日期戳,以便您可以判断随机值的创建时间。最后,所有值都与链中的前一个值相关联,以便您可以检测在下一个数字发布后该系列中过去的任何数字是否已更改。其他详细信息可在[此处]获得。这个Java库专注于加密承诺的验证,并没有提供一种可靠的方式来检索实际的信标记录文档。主类是org.nist.randomness.beacon.Validator。如何驱动此逻辑的示例位于org.nist.randomness.beacon.ValidatorTest。类似于以下的代码可用于合并和验证记录URL NIST_CERT_URL。
用户评论
推荐下载
-
NIST SP800132.pdf
The randomness of cryptographic keys is essential for the security of cryptographic applications. In
13 2021-04-22 -
NIST SP800101.pdf
This guide provides basic information on the preservation, acquisition, examination, analysis, and r
5 2021-04-22 -
nist aodv for opnet10.0
nist aodv model for 10.0 . Because the nist model is base on version7.0 which I can't attach to, I c
43 2019-01-01 -
NIST SP800792.pdf
The purpose of this Special Publication is to provide appropriate and useful guidelines for assessin
12 2021-04-18 -
NIST SP80094.pdf
This publication seeks to assist organizations in understanding intrusion detection system (IDS) and
11 2021-04-17 -
NIST80038C协议
《Recommendation for Block Cipher Modes of Operation: The CCM Mode for Authentication and Confidentia
7 2021-04-25 -
NIST SP800126.pdf
This document provides the definitive technical specification for Version 1.0 of the Security Conten
5 2021-04-25 -
NIST SP80051.pdf
This document provides guidelines for federal organizations’ acquisition and use of security-related
12 2021-04-24 -
NIST Special Publication80094
NIST Special Publication 800-94 Guide to Intrusion Detection and Prevention Systems (IDPS) 美国NIST出版的
10 2020-08-17 -
The NIST Statistical Test Suite序列随机性测试工具
TheNISTStatisticalTestSuite(RevisedbyLarryBassham,March2008),用于测试序列的随机性.从NIST上下载的源代码,稍微修改了一下,附带一个已经编
35 2019-09-26
暂无评论