Re: Question regarding using AES in CTR mode to encrypt UDP
- From: daw@xxxxxxxxxxxxxxxxxxxxxxxx (David Wagner)
- Date: Tue, 2 May 2006 06:24:08 +0000 (UTC)
Itay wrote:
I know and read about the sliding window solution, thanks :-)
But this doesn't solve the counter synchronization problem in CTR
(where I need the counters on the communicating peers to be exactly
the same for the encryption/decryption to work).
It doesn't? Why not? Just make sure that you include the sequence
number explicitly in the packet that is transmitted.
The sliding window is for the anti replay, so I would know if I can
accept a certain sequence number in the authentication process.
Right.
I think you mean DTLS.
Yup, that's it. Thanks.
.
- Follow-Ups:
- References:
- Prev by Date: Re: Question regarding using AES in CTR mode to encrypt UDP
- Next by Date: Re: Question regarding using AES in CTR mode to encrypt UDP
- Previous by thread: Re: Question regarding using AES in CTR mode to encrypt UDP
- Next by thread: Re: Question regarding using AES in CTR mode to encrypt UDP
- Index(es):