Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 679 Bytes

Signature_Replay.md

File metadata and controls

6 lines (4 loc) · 679 Bytes

Signature Replay

If a smart contract system performs any sort of signature verification, it may be vulnerable to signature replay attacks. (Keep in mind that any signature sent to a contract via calldata will be publicly available.) Keeping track of processed signatures in storage is a simple way to prevent such attacks. Furthermore, in some cases, signatures may be malleable, i.e. an attacker may be able to modify them (so that they may be replayed) without destroying their validity.