Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

replay attack prevention

843811Mar 27 2005 — edited Apr 3 2005
What's the best way to implement replay attack prevention in an MSN like chat application? All messages are already encrypted and MAC authenticated.

I was thinking sequence numbers but that's vulnurable to delay attacks.

Or maybe a timestamp but how to you synch the clocks of the two parties?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 1 2005
Added on Mar 27 2005
1 comment
172 views