AES CTR Test Vectors
Asked Answered
F

2

7

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!!

Footy answered 6/7, 2010 at 16:57 Comment(0)
C
12

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

Cobia answered 6/7, 2010 at 21:49 Comment(0)
N
0

RFC 3686 has some AES CTR test vectors: https://www.rfc-editor.org/rfc/rfc3686#section-6

Negrophobe answered 7/8, 2024 at 17:11 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.