1
$\begingroup$

I want to encrypt a message with AES-EAX manually. Then, i confused how ctr mode in AES-EAX processing the nonce which came from omac process. How the counter be concatenate with the nonce in their primitive ctr mode if the nonce already 128-bit length because padding in omac before. My initial nonce length is 96-bit. Should i discard the auth nonce until 96-bit again and concatenate it with 32-bit of counter?

I tried to search that answer in google and didn't find that answer. I also compared my ciphertext calculation with ciphertext from application but it have different result. So, i hope i can find the answer in here. Please help me to know. I really appreciate your answer.aes-eax encryption scheme

$\endgroup$

1 Answer 1

2
$\begingroup$

I already figured it out myself. Lol So, in paper "The EAX Mode of Operation" by M. Bellare, P. Rogaway, and D. Wagner explained that in CTR algorithm and i wasn't aware. The 128-bit auth nonce will be encrypt in ctr mode and concatenate with encrypted nonce+1 until encrypted nonce+m-1, which m is amount of block plaintext. And at last xor it with plaintext.

$\endgroup$

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.