Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kerberos Timestamp

Could anyone please explain how timestamps in Kerberos protect from Replay attacks?

Thanks

like image 408
froufrou Avatar asked Oct 25 '25 03:10

froufrou


1 Answers

It doesn't fully prevent replay attacks, but it ensures that a replay must happen within a few minutes of authentication. If you try to replay the authentication handshake hours later, it'll fail because the server knows the timestamp is way old.

like image 167
ceejayoz Avatar answered Oct 27 '25 00:10

ceejayoz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!