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.
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.
Monoalphabetic Cipher in python
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.
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.
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.
Python program that allows user to decrypt or encrypt a .txt file using the mono-alphabetic substitution method
MonoCipher is python programmed package which allow users to encrypt and decrypt messages in various levels of encryption and decryption.
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."