The repo is about simple implementation of various algorithms and techniques used in cryptography, namely Simplified DES, Simplified AES, RSA, Caesar Cipher, Monoalphabetic Cipher.
-
Updated
Jun 8, 2021 - Python
The repo is about simple implementation of various algorithms and techniques used in cryptography, namely Simplified DES, Simplified AES, RSA, Caesar Cipher, Monoalphabetic Cipher.
Monoalphabetic Cipher in python
Security Package is a package that includes several security modules - Ciphers, Image Encryption and Decryption, Audio Encryption and Decryption, Steganography, Background Removal, OTP Generation and Authentication.
Modern Cipher Solver, a python program to encrypt, decrypt and brute force some most common ciphers.
Program that encrypts plaintext and (attempts) to decrypt ciphertexts, encrypted via a mono-alphabetic substitution cipher. Replaces letters based on frequency / n-gram analysis. Tried to incorporate hill-climbing algorithm by measuring the fitness of resulting texts to find the best key.
Explore classic and modern encryption methods with the Cryptography Toolbox. This open-source project offers a simple command-line interface for six encryption techniques, including Caesar Cipher and Vigenere Cipher. Ideal for learning and experimenting with cryptography.
Implementation of various cipher algorithms
Monoalphabetic substitution, RSA, vignere and transposition ciphers
Cryptographic Algorithms (Ciphers) implemented in python.
Python GUI app featuring multiple ciphers (classical & modern) for encryption and decryption.
Herramienta de línea de comandos desarrollada en Python para el análisis y descifrado de cifrados simples de sustitución. Permite realizar sustituciones manuales y automáticas, y cuenta con estadísticas y herramientas de ayuda para el análisis de textos cifrados.
This repository contains python programs on Ciphers
Ciphers for security written in python language.
The Monosar Project is used to implement Caesar Cipher and Mono-Alphabetic substitution
IP address (ipv4) conversion and a monoalphabetic cipher
Educational notebooks implementing substitution (Caesar/Monoalphabetic/Vigenère), block (DES/AES, ECB/CBC), and stream (LFSR, XOR) ciphers.
Python package that incorporates some of the most common entry level ciphers.
Python-based cryptographic tool that visually demonstrates the Monoalphabetic Cipher through an animated and interactive GUI built with tkinter. Tailored for educators, students, and researchers in cybersecurity, it transforms classical encryption into an engaging and insightful experienc
Add a description, image, and links to the monoalphabetic-cipher topic page so that developers can more easily learn about it.
To associate your repository with the monoalphabetic-cipher topic, visit your repo's landing page and select "manage topics."