Replay Attack

Learning Goals

Description

Even with safely exchanged strong keys, replay attacks can still wreak havoc. The solution is to introduce sequence numbering, such that commands that don't have a higher sequence number are ignored by the robot. Replay attackers can't change the sequence number without knowing the key or keys, in which case replay attacks aren't necessary anyways.

Glossary

Required/Authorized Commands

Activities

Common Pitfalls

Back