0

I've been studying encryption on a hobby basis, and wanted to know if I got this basic cypher construction right (this is another experiment, see the AES ECB experiment thread earlier).

Encryption:

  1. XOR plain text block, initialization vector and counter together.
  2. AES resulting block.
  3. Increment counter.
  4. Goto 1 until all plain text blocks are done.

Authentication tag:

  1. Sha256 cipher text.
  2. AES resulting hash using authentication key.
Thorham
  • 223
  • 2
  • 9

0 Answers0