tls-1----Page:2
1  2  3  4  5  6  7 

AES-CTR Overview
Works like a stream cipher, e.g. RC4
XOR keystream with plain text:
CT[i] := PT[i] ? AES(CTR(i))
Increment Counter

Counter encrypted to generate keystream
Counter MUST never be re-used (with same key)
No harm if Counter is public
But MUST be initially unpredictable
PPT Version