caesar-cipher
There are 674 repositories under caesar-cipher topic.
s0md3v/Decodify
Detect and decode encoded strings, recursively.
nickvourd/Supernova
Real fucking shellcode encryptor & obfuscator tool
prateekiiest/Code-Sleep-Python
Awesome Projects in Python - Machine Learning Applications, Games, Desktop Applications all in Python :snake:
zeyadetman/Computer-Security-algorithms
👨💻 Computer Security algorithms in C#
tigertv/secretpy
Classical ciphers: Caesar, ADFGX, ROT13 and etc.
arosspope/cipher-crypt
A cryptographic tomb of ciphers forgotten by time.
CrypTools/CaesarCipher
Caesar Cipher
utsav507/python-projects
Intermediate-level Projects in Python
jD91mZM2/rot26
Pure rust implementation of the rot26 algorithm
dawnl3ss/ARS_ENCRYPT
ARS_ENCRYPT is a modified caesar's-cipher-based encrypt system written in C++.
AlanBarber/CodeKatas
.Net Code Katas - A prebuild Kata project that already includes tests and base classes.
D-ENCODER/KRYPTOR
A python package to seamlessly encrypt and decrypt data into many rich cryptography algorithms
anishLearnsToCode/symmetric-cryptography
Coursera Course Symmetric Cryptography 🔑 part of Introduction to Applied Cryptography Specialization.
athlohangade/cryptography-algorithms
The repo is about simple implementation of various algorithms and techniques used in cryptography, namely Simplified DES, Simplified AES, RSA, Caesar Cipher, Monoalphabetic Cipher.
shashwatkathuria/Cryptography
Cryptography Algorithms
tokdaniel/js-test
tests for javascript developers
AdishiSood/JavaScript-Projects
JavaScript Algorithms and Data Structures
ramazancetinkaya/caesar-cipher
This library provides functions for encrypting and decrypting text using the Caesar Cipher algorithm.
cliffordebayan/Caesar-Cipher
Caesar cipher encryption and decryption
je-suis-tm/cryptography
Python substitute and transposition ciphers including Vigenère Cipher, Rail Fence Cipher, Caesar Cipher
TrainingByPackt/The-Modern-Cpp-Challenger-eLearning
Become an expert C++ programmer by solving real-world programming problems
007joshie/Password-Safe-Python
An lightweight encryption based Password Safe. This was a NCEA level 2 High School project coded in Python 3.4.3. This program features the ability to Add / Change / Remove Apps and their passwords associated. Users must create an account, they will login in to their account with an Email address and a Pincode they have choosen.
hb20007/miscellaneous-programs
A collection of small programs — cryptography, simulations, algorithms etc.
hardope/caesar
An encryption program - CLI & Web API
maitreyeepaliwal/Cryptography-Ciphers
Collection of '30' cryptography ciphers coded in JavaScript and an interface coded in HTML styled with CSS.
mateusfg7/text-tools
A collection of text transform tools, like change string case, get text statistics, generate hashes, and more!
xieincz/Cryptography
C++ implementation of cryptographic algorithms such as AES, DES, RSA, DSA, ECC (elliptic curve), MD5, Diffie_Hellman, ElGamal, Caesar cipher, and shift cipher. AES、DES、RSA、DSA、ECC(椭圆曲线)、MD5、Diffie_Hellman、ElGamal、凯撒密码、移位密码等密码学算法的C++实现。
bukinoshita/caesar-encrypt
:closed_lock_with_key: One of the simplest forms of encryption
1nfocalypse/CryptoWriteup
A collection of notes on mathematical Cryptography, ranging from classical methods through contemporary.
bedirhanguner/cryptography-algorithms
Cryptography algorithms on C#
CheetahCodes21/SOSC-Competititive-Programming-DSA-mini_project--1
THE CAESAR CIPHER-a simple encryption technique that was used by Julius Caesar to send secret messages to his allies. It works by shifting the letters in the plaintext message by a certain number of positions, known as the “shift” or “key”.
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
jane-does-coding/Caesar-Cipher
Encrypt or decrypt messages
mohitpanthri/EncodeMe
ENCODE-ME is a website where one can use various classical cryptography algorithms all in a single website.