rail-fence-cipher
There are 23 repositories under rail-fence-cipher topic.
je-suis-tm/cryptography
Python substitute and transposition ciphers including Vigenère Cipher, Rail Fence Cipher, Caesar Cipher
dipta-dhar/Cryptography-Cipher-algorithms
Implementation in some well known cipher algorithms.
michael-halim/traditional-cryptography
🔒🗝Traditional Cryptography ( Caesar Cipher, Rail Fence Cypher, Kamasutra Cipher, Vignere Cipher )
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.
mateusfg7/pyRailFence_cipher
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.
shreyashHake/Encryption-and-Decryption-algorithms
Various encryption and decryption algorithms in Cryptography.
Xelvaris/Cryptography
Implementations of some well known ciphers and algorithms in C# and Java
autruonggiang/IE105-Lab
Store information security assignments.
gergoh/Secretive
Text encryption for Android
Oelassal/CPP-Cipher-Decipher
👋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 development
r-amaro/CipherWebApp
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.
SimronJ/RFCAndRSACombineCipher
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.
DeepKariaX/Cryptographic-Algorithms-Python
Cryptographic Algorithms (Ciphers) implemented in python.
kanika2296/rail-fence-ciphers
Implementation of classic rail fence cipher encryption and encryption,decryption of 2-level rail fence cipher
lucasuix/rail_fence_cipher
C code to encrypt a message through the Rail Fence method without relying on a matrix.
r-i-c-h-a/Cryptanalysis-Transposition-Ciphers
Cryptanalysis of Transposition Ciphers
Shubhm1shra/Information-System-Security
Codes for my Information-System-Security Class
simranvolunesia/Cryptography
It includes coding of famous ciphers in simplified and generalized manner
AhsanKhaan/Cryptography_Algorithms
Cipher's Algorithms are basically techniques for encrypting data in a different ways
cantugba/Socket_Programming_with_Encryption_Algorithms
Encryption Algorithms : -Caesar -Rail Fence Cipher -Columnar -Polybius -Tomy -Vigenere
jalepino1/Rail-Fence-Cipher
A rail fence encryption and decryption algorithm with a guided user interface to accept input to encrypt and decrypt a given plaintext using python, and tkinter.
madhurimarawat/Cryptography-and-Network-Security
This repository contains Cryptography programs in the Python programming language.
mateusfg7/rail_fence.rs
Implementation of "Rail Fence" cipher in Rust