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.
A Java program that decrypts classical ciphers without keys using frequency analysis. Includes support for simple (mono alphabetic) substitution cipher, Vigenere cipher, Caesar cipher, Vernam cipher, and variations.
Modern Cipher Solver, a python program to encrypt, decrypt and brute force some most common ciphers.
Monoalphabetic Cipher in python
Data security algorithms in C#
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.
This a Monoalphabetic Cipher Cryptography Machine.
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
A simple cryptographic program relying on a monoalphabetic substitution cipher with steganography support for PNG files.
knowledge of basic concepts of computer security including network security and cryptography.
Network Security and Cryptography Lab Programs
Calculadora criptografica com as cifras de César, Monoalfabética, Playfair, Vigenère e Enigma.
Monoalphabetic substitution, RSA, vignere and transposition ciphers
Encryption and decryption
College's Project to implement encryption and decryption algorithms.
Security package of some security algorithms is prepared for the Computer and Networks Security course at Ain Shams University.
A nice UI program built with Qt and C++ to perform a letter frequency attack on monoalphabetic cipher.
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."