AES CTR 测试向量
我正在实现一个小型演示应用程序,该应用程序使用 AES CTR 和 OpenSSL 进行加密,是否可以使用不同的操作测试向量模式来测试算法,例如在我的应用程序中测试 ECB 向量并检查结果,还是仅限于 ctr 测试向量? ??如果仅限于使用 ctr 进行测试,任何人都可以为我提供 ctr 测试向量吗???非常感谢!!
I am implementing a small demo application which encrypts using AES CTR with OpenSSL is it possible to test the algorithm using different modes of operation test vectors for example testing the ECB vector in my application and check the result or is it restricted to ctr test vectors??? If it is restricted to test it with ctr can anybody provide me the ctr test vectors??? Many Thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
NIST Special Pub 800-38A 拥有多种模式的测试向量AES 包括 CTR 模式。
NIST Special Pub 800-38A has test vectors for several modes of AES including CTR mode.
RFC 3686 有一些 AES CTR 测试向量:
https://www.rfc-editor.org/rfc/rfc3686#section- 6
RFC 3686 has some AES CTR test vectors:
https://www.rfc-editor.org/rfc/rfc3686#section-6