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
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.
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
IP address (ipv4) conversion and a monoalphabetic cipher
Cryptographic Algorithms (Ciphers) implemented in python.
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
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
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.
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.
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."