DES in hardware
Standard DES algorithm
- Turns a 64-bit message block into a 64-bit cipher block
- Electronic Code Book (ECB) mode
- Each 64-bit block is encrypted independently
Imagine you have to design a fast encryptor
- For a continuous data stream
- e.g. satellite communications or wireless LAN or ...
- How would you implement DES?