Python code for the playfair cipher
This site tends to hold geeky things.
All tagged Cryptography
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 manually work through a decryption of a monoalphabetic cipher. I also publish some Python 3 code to aid with this task.
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.