AES CTR 测试向量

发布于 2024-09-08 02:05:09 字数 166 浏览 5 评论 0原文

我正在实现一个小型演示应用程序,该应用程序使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

吃颗糖壮壮胆 2024-09-15 02:05:09

NIST Special Pub 800-38A 拥有多种模式的测试向量AES 包括 CTR 模式。

NIST Special Pub 800-38A has test vectors for several modes of AES including CTR mode.

唱一曲作罢 2024-09-15 02:05:09

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文