Replay attack
An attacker resends a legitimate, already-used request or signature hoping it takes effect again. Defended with a nonce or a time window.
RELATED TERMS
- NonceA unique value carried by each payment, consumed once before…
- Idempotency keyA unique identifier on a request that guarantees the same op…

