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.
IP address (ipv4) conversion and a monoalphabetic cipher
Python package that incorporates some of the most common entry level ciphers.
Ciphers for security written in python language.
The Monosar Project is used to implement Caesar Cipher and Mono-Alphabetic substitution
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
Projeto com foco em aprender métodos de criptografia, desde os mais simples até alguns mais avançados. Como funciona? Insira a mensagem a ser criptografada (ou descriptografada) no bloco de notas "mensagem.txt", execute o código Encrypto.py e selecione o método de criptografia utilizado.
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.
Python program that allows user to decrypt or encrypt a .txt file using the mono-alphabetic substitution method
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."