© 2026 Hashnode
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...

The third project in Freecodecamp’s JavaScript Algorithms and Data Structures Certification tasks learners to write a Caesars Cipher program. What is a Cipher? A cipher refers to a secret or coded way of writing or transforming information to conceal...
