There are 2 repositories under transposition-cipher topic.
Python substitute and transposition ciphers including Vigenère Cipher, Rail Fence Cipher, Caesar Cipher
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
ENCODE-ME is a website where one can use various classical cryptography algorithms all in a single website.
A few projects, done as part of the course work for Network Security, IIIT-D.
Cryptographic application in C#
A repository which contains the implementation of Ceasers Cipher which is a very basic and most common data encryption Technique in C++.
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!
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.
Transposition cipher implementation for ASCII characters.
Myszkowski Transposition using Python.
Solving a combination of substitution cipher and transposition cipher (on the same cipher text)
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).
a set of cipher algorithms and cryptographic tools
Implementation of classcial ciphers using SageMath as part of Number Theory and Cryptography course (CS4021D) at NIT Calicut.
implementation for encryption and Decryption with Private Key and Public Key
Examples of Coding Theory
hexadecimal transposition cipher for shuffle and reverse shuffling hex encoded cipher text
Encrypting and decrypting information using specific generated key
Breaking transposition cipher using metaheuristic algorithms
Criptografia basica de transposição, usada de forma analogica pelo exercito brasileiro
Cryptography project built using C# .NET Framework. This app encrypts and decrypts files and text messages using diverse range of algorithms.
CHIPER is an interactive web platform for learning classical cryptographic techniques, featuring demos of algorithms like Monoalphabetic, Hill, Playfair, and more
Encryption and decryption using symmetric-key substitution and transposition algorithms implemented as C# Windows Form application
Encryption Algorithm Primitives
Complete implementations of encryption and decryption algorithms including Advanced Encryption Standard (AES), Data Encryption Standard (DES), Row Transposition Cipher and Vigenere Cipher.
This is a C++ implementation of Transposition Cipher and DES Encryption And Decryption for Network Security course sessional of CSE BUET.
Goal is to make script that archive every cipher algorithm and give users a demo of how they work
CryptoLearn
Implements basic cryptography functions for a security project
Fundamentals of software security encryption algorithm using java
A collection of common and uncommon encryption/cipher algorithms for educational and experiments.
Simple app for encoding and decoding text with different ciphers
Academic Lab Course of the 27th batch of Computer Science & Engineering | University of Rajshahi - 🇧🇩
Transposition cipher in Wasm compiled from C