This is an implementation of all famous cryptography algorithms in python. There are several algorithm of cipher in this like Caesar, Transposition, Substitution, Vigenere, AES and RSA
-
Updated
Feb 27, 2022 - Python
This is an implementation of all famous cryptography algorithms in python. There are several algorithm of cipher in this like Caesar, Transposition, Substitution, Vigenere, AES and RSA
A few projects, done as part of the course work for Network Security, IIIT-D.
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.
A Python implementation of the classical Rail Fence cipher with encryption and decryption support. Built for educational purposes to understand zigzag-based transposition and historical cryptographic techniques.
A Python implementation of the classical Row-Column Transposition cipher with encryption and decryption support. Built for educational purposes to understand column permutation and historical transposition-based cryptographic techniques.
A Python implementation of brute-force cryptanalysis for the Rail Fence Cipher. This project systematically tests all possible rail values to demonstrate structural weaknesses in classical transposition-based cryptographic systems.
Myszkowski Transposition using Python.
Criptografia basica de transposição, usada de forma analogica pelo exercito brasileiro
Breaking transposition cipher using metaheuristic algorithms
Cryptanalysis of Transposition Ciphers
Goal is to make script that archive every cipher algorithm and give users a demo of how they work
A collection of common and uncommon encryption/cipher algorithms for educational and experiments.
A substitution - permutation cipher using a symmetric key
Quad-Transpositional RSA (QTRSA) is a proof-of-concept encryption algorithm that is a combination of different ciphers and encryption algorithms built to test my understanding on them.
Caesar Cipher and Rail Fence Cipher ( vary basic examples of substitution cipher and transposition cipher respectively ) with options of encryption and decryption.
Implementation of some cipher algorithms and their hacks using python
Small project to explain cryptography using a pseudo key
A small command line tool that can encrypt and decrypt text with 3 different algorithms: the affine, transposition and RSA ciphers.
Provide a GUI tool for CTF challenges that supports multiple ZigZag cipher variants with easy Python setup using Tkinter and numpy.
Add a description, image, and links to the transposition-cipher topic page so that developers can more easily learn about it.
To associate your repository with the transposition-cipher topic, visit your repo's landing page and select "manage topics."