Python code for the playfair cipher
This site tends to hold geeky things.
All tagged Python
I automate the solving of a caesar cipher. This is a building block for something to come....§
In this post I find the length of the key that was used to encipher some text using the Vigenère method
In this post, I talk about monoalphabetic ciphers, and show some Python code to generate encrypted text
In this post I take a look at the Caesar cipher, probably one of the simplest ciphers we have.