Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

replay attack

Henk van Cann edited this page Oct 19, 2022 · 1 revision

Definition

A replay attack occurs when a cybercriminal eavesdrops on a secure network communication, intercepts it, and then fraudulently delays or resends it to misdirect the receiver into doing what the hacker wants. The added danger of replay attacks is that a hacker doesn't even need advanced skills to decrypt a message after capturing it from the network. The attack could be successful simply by resending the whole thing.
More on how it works and stopping replay attacks at source

Clone this wiki locally