Sammith S Bharadwajsammith.hashnode.dev·Mar 17, 2024TIL but its from tweets(Luhn, caesar, vigenere cipher)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...Python 3
K Koyalbinarybelle.hashnode.dev·Nov 29, 2023🔑Cryptography and 🌐Network 🛡️Security | Unit 1🥸Introduction to Computer Security Concepts Computer security refers to measures and controls that ensure the confidentiality, integrity, and availability of the information processed and stored by the computer. This includes everything from prote...1 like·73 readshillcipher
Stackzerostackzero.hashnode.dev·Aug 12, 2023Substitution ciphers? An overview of the basicsSubstitution 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...Caesar Cipher
Santiago Guerrerosantigp258.hashnode.dev·Aug 15, 2022Implementación del cifrado de Vigenère cipher usando TypeScript/JavaScriptEste problema me lo encontré haciendo una Kata de Codewars. Es algo simple, pero que hay que tener en cuenta unos pequeños puntos para resolverlo, así que decidí escribir un poco de cómo llegué a su solución. Kata: Vigenère cipher helper ¿Qué es el ...202 readsJavaScript