Rust implementation of the **RailFence Cipher**
-
Updated
May 11, 2025 - Rust
Rust implementation of the **RailFence Cipher**
Python substitute and transposition ciphers including Vigenère Cipher, Rail Fence Cipher, Caesar Cipher
Python-based CustomTkinter GUI toolkit for learning classical cryptography. Implements Caesar, Playfair, Rail Fence, and Row-Column ciphers with brute-force attack modules. Educational, modular, and fully offline.
Python-based command-line toolkit for classical encryption and cryptanalysis, featuring modular cipher implementations and attack utilities.
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 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.
🔒🗝Traditional Cryptography ( Caesar Cipher, Rail Fence Cypher, Kamasutra Cipher, Vignere Cipher )
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.
Implementation in some well known cipher algorithms.
Various encryption and decryption algorithms in Cryptography.
A Python script to encode messages using the Rail Fence algorithm. This script was made to study the many ways to encode a message described in "The Code Book", by Simon Singh.
Python implementation of multiple classical ciphers with a randomized multi-layer encryption system.
Cryptanalysis of Transposition Ciphers
Python implementations of classical cryptographic ciphers.
👋This Project is a C++ Cipher/Decipher Code with multiple lists to choose from and ciphering using the following methods 1️⃣Caesar (additive) cipher, 2️⃣Affine cipher, 3️⃣Simple shift vigenere cipher, 4️⃣Fall vigenere cipher, 5️⃣Playfair cipher, 6️⃣Rail Fence cipher, 7️⃣S-box Cipher. ⚠**Please Note**: This code is still under improvement and dev…
Final Project – COAL, Summer 2023, FAST NUCES. Built Vigenère, ROT13, Rail Fence ciphers, and Diffie-Hellman in Irvine32 Assembly, showcasing low-level string handling and modular arithmetic.
Text encryption for Android
A web application using HTML, CSS, and JS to encrypt and decrypt text. As of now the 'Rail Fence Cipher' is the only cipher incorporated.
The new implementation of Rail Fence Cipher which I call "Rail Fence and Rivest Shamir Adleman Combine Cipher" is going to enhance its security by strengthening and making attacks likes brute force and frequency distribution hard to do by implementing RSA Cryptosystem within.
WeCrypt: End-to-End Encrypted Messaging | Spring Boot | RSA & Custom KDC | Block Cipher Modes (ECB/CBC/CFB/OFB) | Docker Ready
To associate your repository with the rail-fence-cipher topic, visit your repo's landing page and select "manage topics."