© 2026 Hashnode
< Previous Post Hello! This post is part of my Learn Python by doing projects tutorial series. In this Python tutorial, you’ll build a command-line encryption tool using the Vigenère cipher. Along the way, you’ll learn how to handle runtime errors wi...

So I this tweet early morning and was intrigued by this tweet. Had no idea what a Lugn algorithm and vigenere cipher was and had forgotten about caesar cipher. Its as good as a day to start learning as any other day, so I decided to code these things...

Substitution ciphers are one of the simplest and oldest methods of encryption. They involve replacing plaintext letters or characters with others in a fixed pattern to create ciphertext.They represent probably the most widely used encryption system i...
