transposition-cipher
There are 66 repositories under transposition-cipher topic.
je-suis-tm/cryptography
Python substitute and transposition ciphers including Vigenère Cipher, Rail Fence Cipher, Caesar Cipher
HolzerSoahita/Cracking_code_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
mohitpanthri/EncodeMe
ENCODE-ME is a website where one can use various classical cryptography algorithms all in a single website.
AlexeyChernikov/CryptographicApplication
Cryptographic application in C#
anishsingh20/Ceasers-Cipher
A repository which contains the implementation of Ceasers Cipher which is a very basic and most common data encryption Technique in C++.
ArfahUpade/Ssssh
A side project developed for Experiment 2 of Security Lab, Design & implementation of a product cipher using substitution and transposition Ciphers. The link to the website is given below. Have fun!
NIRMAL1508/SECURITY-PACKAGE
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.
BustamanteMelkia/Transposition-cipher
Transposition cipher implementation for ASCII characters.
caeciliaahen/myszkowski
Myszkowski Transposition using Python.
drproduck/RectangularCipher
Solving a combination of substitution cipher and transposition cipher (on the same cipher text)
Jsos17/Classic-crypto
Vigenère cipher, keyed Vigenère cipher and autokey cipher. Single and double columnar transposition ciphers. Cryptanalysis of the Vigenère cipher. Data Structures and Algorithms Lab, summer 2018 (offered by Bachelor's Programme in Computer Science, University of Helsinki).
abousalmane/senecrypt
a set of cipher algorithms and cryptographic tools
afeedhshaji/classical-ciphers-sagemath
Implementation of classcial ciphers using SageMath as part of Number Theory and Cryptography course (CS4021D) at NIT Calicut.
Ahmed-Mohmed-Sakr/Cryptography
implementation for encryption and Decryption with Private Key and Public Key
andrew-malikov/coding-theory
Examples of Coding Theory
angeal185/hex-transposition-cipher
hexadecimal transposition cipher for shuffle and reverse shuffling hex encoded cipher text
Denisolt/Transposition-Cipher
Encrypting and decrypting information using specific generated key
divshekhar/decipher
Breaking transposition cipher using metaheuristic algorithms
dushyant18033/Network-Security-Projects
A few projects, done as part of the course work for Network Security, IIIT-D.
EmnlSoc7/crp_eb
Criptografia basica de transposição, usada de forma analogica pelo exercito brasileiro
givenmnisi6/Cryptography-Project
Cryptography project built using C# .NET Framework. This app encrypts and decrypts files and text messages using diverse range of algorithms.
LLIEPJIOK/crypto
Application for encrypting and decrypting text
LukaSimovic/Cryptographic-symmetric-key-algorithms-C-Sharp
Encryption and decryption using symmetric-key substitution and transposition algorithms implemented as C# Windows Form application
mich01/CipherPrimitives
Encryption Algorithm Primitives
muj123-fastpwr/Network-Security
Complete implementations of encryption and decryption algorithms including Advanced Encryption Standard (AES), Data Encryption Standard (DES), Row Transposition Cipher and Vigenere Cipher.
shamiul94/Transposition-Cipher-and-DES-Encryption-And-Decryption
This is a C++ implementation of Transposition Cipher and DES Encryption And Decryption for Network Security course sessional of CSE BUET.
TheMadTomato/Cipher-Temple
Goal is to make script that archive every cipher algorithm and give users a demo of how they work
victim1307/cryptolearn-old
CryptoLearn
Vokkels/CryptographyProject_TomatoSauce
Implements basic cryptography functions for a security project
Yidne21/Encryption
Fundamentals of software security encryption algorithm using java
LaplaceXD/QTRSA
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.
paulfruitful/Ciphers
A collection of common and uncommon encryption/cipher algorithms for educational and experiments.
sudikshanavik/CS641A
Implemented various exploitation techniques such as frequency analysis, differential analysis and linear cryptanalysis. Decoded various encryption techniques like substitution cipher, vigenere cipher, permutation cipher, substitution and trans- position cipher
ahnafshahrear/Cryptography-And-Network-Security-Lab
Academic Lab Course of the 27th batch of Computer Science & Engineering | University of Rajshahi - 🇧🇩
mikeleo03/CryptoNight-Block-Cipher
Simple web-app implementation of our 'new' block cipher, CryptoNight, with Shannon's diffusion-confusion principle, substitution, transposition, and iterated cipher using feistel network