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.
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.
Modern Cipher Solver, a python program to encrypt, decrypt and brute force some most common ciphers.
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.
Monoalphabetic Cipher in python
Implementation of various cipher algorithms
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.
Monoalphabetic substitution, RSA, vignere and transposition ciphers
Welcome to SecurePy, an advanced computer security project designed to provide a user-friendly graphical interface for implementing three powerful encryption and decryption algorithms: Caesar, Monoalphabetic, and Playfair.
Cryptographic Algorithms (Ciphers) implemented in python.
Python package that incorporates some of the most common entry level ciphers.
The Monosar Project is used to implement Caesar Cipher and Mono-Alphabetic substitution
Python program that allows user to decrypt or encrypt a .txt file using the mono-alphabetic substitution method
IP address (ipv4) conversion and a monoalphabetic cipher
MonoCipher is python programmed package which allow users to encrypt and decrypt messages in various levels of encryption and decryption.
Ciphers for security written in python language.
This repository contains python programs on Ciphers
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.
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."