May 4, 2025 · 22 min read · < 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...
Join discussion
Mar 17, 2024 · 4 min read · 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...
Join discussion
Nov 29, 2023 · 12 min read · 🥸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...
Join discussion
Aug 12, 2023 · 8 min read · 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...
Join discussion
Aug 15, 2022 · 7 min read · Este 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 ...
Join discussion