slides/encryption/transposition.xml
Transposition ciphers
6/29
Rotational ciphers
Quote



  • • XOR plain text with key
  • • Easy to crack with small key
  • • Impossible to crack when strlen(plain) == strlen(key)