Replay Attack
- •
def
- •
capturing legitimate data (e.g., authentication information) and replaying it later to impersonate someone, without ever needing to know the actual password or key
- •
- •
related techniques
- •
mitigation
- •
encrypt sensitive data in transit; use session tokens/timestamps so captured data can't simply be reused later
- •
- •
related
- •