cipher-algorithm
There are 50 repositories under cipher-algorithm topic.
sergezhigunov/OpenGost
An open-source .NET library providing the modern Russian national standard cryptographic algorithms
15Galan/42_bootcamp-ciberseguridad
Proyectos de la 1ª ed. del Boot. Ciberseguridad de 42 España
kun1z/devon
devon is a heavy-weight tweakable block cipher designed specifically for long-term file archiving.
dixitaayush8/A5-1
A Python implementation of the stream cipher A5/1 algorithm
dipta-dhar/Cryptography-Cipher-algorithms
Implementation in some well known cipher algorithms.
ivin-titus/Text-Encryption
Share some secrets after you encrypt them. Here’s the way to do it.
MikeVangrouss/PC4Cipher
PC4 Block cipher encryption for DMR RADIO. Up to 2112-bit keys.
nikhil-RGB/Shuffle-Cipher-Web
Encrypter is a web app which encrypts simple strings using a shuffle cipher algorithm
aliifam/caesar-custom
caesar cipher with custom implementation
Jigsy1/IdeoCipher
Ideograph Cipher - A way of encrypting text using Kanji and Kana. (Proof of Concept)
KareimGazer/DES
Implementation of the Data Encryption Standard algorithm using C++
liagkos/hill
Implementation of Hill cipher in Java
noinoiexists/Bit-Flip-Cipher
A simple cryptography tool that encrypts text using a key-derived SHA-256 hash with XOR bit flipping and base64 encoding.
parthsompura/Ciphers
Implementation of various cipher algorithms
teneplaysofficial/Registration-and-Login-System-Cpp
A C++ project that provides user registration with email and password, featuring email validation using regular expressions, password length validation, and secure password management with options for resetting passwords. Future plans include implementing a cipher algorithm for enhanced data protection.
AkuraDiary/my-credential-protector
simple project to make simple things like managing credentials to be complicated af
corocoto/caesar-cipher
Ceaser cipher app on Node.js :symbols:
de-soot/caesar-cipher-cli
Caesar Cipher in the command line made in Python.
EdwardCalzia/Feistel-structure-SPN-Encryption
The encryption algorithm uses a 10-round Feistel structure and is based on the concept of a substitution-permutation network (SPN).
kaushil24/CNS
CNS Practicals
lightxLK/Data-Inter-Security-BTCS-PC_010P
Contains projects centered around protecting information and networks in the digital realm.
phma/daphne
Self-synchronizing byte stream cipher
czesctuklap/mendeleevs-cipher
A program that encrypts a given text in such a way that, instead of letters, the program outputs the atomic number of the element which chemical symbol corresponds to the encrypted letters, ignoring their case. The space between letters should be replaced with an asterisk, and the space between words should be replaced with two asterisks.
czesctuklap/mendeleevs-cipher-via-batch
Extended version of mendeleevs-cipher project that includes calling program from shell, an html raport and a menu.
MikeVangrouss/3DES2304
Triple DES 2304-bit keys block cipher encryption source code. Triple Data Encryption Standard with 2304-bit keys.
MikeVangrouss/BLOWFISH2
BLOWFISH2 Block Cipher encryption source code in C. 4224-bit keys, 128-bit block, 64 rounds.
MikeVangrouss/DES768
DES768 Block Cipher Encryption. Data Encryption Standard with 768-bit keys.
MikeVangrouss/IDEA832
IDEA 832-bit keys Block cipher encryption source code in C. International Data Encryption Algorithm 832 bits.
NathanCordeiro/Magic-Box-Cipher
The Magic-Box Cipher is my own inspiration drawn from the classical Caesar Cipher, the Playfair Cipher and the monoalphabetic substitution cipher. Do give it a try.
pereiraR3/Cryptography-Cipher
Simple and complex encryption algorithms in c++ [objective: learning] - IN UPDATE
just-abdullah-dev/encryption-decryption-tool
encryption-decryption-tool in c++
MikeVangrouss/REDPIKE2
REDPIKE2 Block cipher encryption source code in C. 128-bit keys.
MikeVangrouss/TREYFER2
TREYFER2 Block cipher encryption source code in C. 8192-bit keys. 128-bit block cipher (like AES) 64 rounds.
MikeVangrouss/XTEA2
XTEA2 Block cipher encryption source code in C. 256-bit keys.
phma/WringTwistree.jl
Whole-message cipher and tree hash, Julia implementation