Hacking Secret Ciphers with Python

(Ann) #1

54 http://inventwithpython.com/hacking


Email questions to the author: [email protected]


The Reverse Cipher....................................................................................................................................................


Topics Covered In This Chapter:
 The len() function
 while loops
 The Boolean data type
 Comparison operators
 Conditions
 Blocks


“Every man is surrounded by a neighborhood of
voluntary spies.”
Jane Austen

The Reverse Cipher


The reverse cipher encrypts a message by printing it in reverse order. So “Hello world!” encrypts
to “!dlrow olleH”. To decrypt, you simply reverse the reversed message to get the original
message. The encryption and decryption steps are the same.


The reverse cipher is a very weak cipher. Just by looking at its ciphertext you can figure out it is
just in reverse order. .syas ti tahw tuo erugif llits ylbaborp nac uoy ,detpyrcne si siht hguoht neve
,elpmaxe roF

Free download pdf