cipher-algorithms
There are 487 repositories under cipher-algorithms topic.
Water-Melon/Melon
A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (AOP).
Vatshayan/Final-Year-Project-Cryptographic-Technique-for-Communication-System
Top B.tech/M.tech Final Year Project "Design and Analysis of Cryptographic Technique for Communication System" with Project Code, Report, PPT, Synopsis, IEEE Research Paper and HD Video Explanation
norkator/cryptography
Cryptography Android application code samples / cipher collection for app users
gh0x0st/OSEP-Breaking-Chains
A collection of code snippets built to assist with breaking chains.
tigertv/secretpy
Classical ciphers: Caesar, ADFGX, ROT13 and etc.
ilvn/aes256
A byte-oriented AES-256 implementation.
drobotun/gostcrypto
GOST cryptographic functions
cszxyang/cipher4j
Pure Implementations for encryption algorithms including DES, RSA, AES, RC4
o-daneel/Lunii.RE
Understanding the inner mechanics of Lunii StoryTeller. Using Ghidra to reverse engineer the STM32 firmwares and cryptography
theogobinet/Katsumi
Cryptography project carried out at the UTT for the GS15 course in fall 2020 (A20).
MainakRepositor/Super-Ciphers
A collection of some of the amazing cryptographic Ciphers in C++, Python and Java with a detailed documentation and approach map. (Particularly helpful for Blockchain. and designing Encryption Algorithms)
htr-tech/0xTwin
Twin-Hex Cipher Encoder/Decoder
P1sec/gea-implementation
Implementations of the GEA-1 and GEA-2 (GPRS Encryption Algorithm) stream ciphers in C, Python and Rust.
devoffarg/DevOff-Desafio-2
Punto de partida para el desafĂo de DevOff Argentina del 02/08/2020.
Phantsure/algo-rythm-urf-algorithm
Algorithms implemented in various languages
sec-it/tls-map
CLI & library for mapping TLS cipher algorithm names: IANA, OpenSSL, GnuTLS, NSS
pyGuru123/Decrypto
A light-weight encryption & decryption library, Built with power and simplicity!
thaliaarchi/gocipher
A Go library implementing many classical ciphers
dori-dev/python-algorithms
Some algorithms write with python cleaned code and calculate Big O!
furkankahvecii/traditional-ciphers
Traditional symmetric cipher algorithms in Java
Gematria-For-Truth/GematriaForTruth
Gematria For Truth Base SDK for creating tools in the field of Gematria and Numerology. Includes over 200 predefined ciphers, supports 5 labguages, and various of features. Included is an an example calculator console app.
skshahriarahmedraka/DataStructure-Algorithm-DesignPatterns-in-Golang
DataStructure, Algorithm, Design Patterns in Golang
The-Cryptography/C
All Cryptography Algorithms are implemented in C.
3kh0/echoconvert
A comprehensive collection of various conversion tools for text manipulation, encoding, and cryptography.
adviksinghania/shamir-secret-sharing
Implementing Shamir's Secret Sharing cipher algorithm in Python3 and using Matplotlib to visualize the differences in using the real infinite field and finite field arithmetic.
maitreyeepaliwal/Cryptography-Ciphers
Collection of '30' cryptography ciphers coded in JavaScript and an interface coded in HTML styled with CSS.
MilesBellum/BlockchainExampleWithKotlin
This mobile app is an example to learn how Blockchain works as an Android app using Kotlin.
Vatshayan/Cryptography-Communication-System
B.tech College Project for Secure Message Communication though Cryptography Algorithm
aegis-dev/SpeckNet
C# implementation of Speck cipher
Johnng007/SSL-HELPER
SSLHELPER helps you Convert between various SSL formats, Generate Self Signed SSL, View SSL details, Check SSL expiration date, Check SSL vulnerability status of your web app.
marckassay/KidRSA
Inspired by Neal Koblitz's article 'Cryptography As a Teaching Tool' this module was programmed following his 'Kid-RSA' example.
noraj/tls-map
CLI & library for TLS cipher suites manipulation
ROHAN0011/Encyption-Decryption-by-Vigenere-Cipher
This is a project based on encryption and decryption of a message entered by user it encrypts and decrypts the message by using Vigenere Cipher
abanseka/viginere-cipher
Viginere-based encryption app
PashvaSoni/Real-world-Application-of-Linear-Algebra
This project is created for learning the real world application of linear algebra which contains some core concepts like determinants, matrix, eigen-value, eigen-vector, etc to create a real-world application like steganography, grafh-theory, analysis of spread of disease, image processing, cryptography etc. This can have small bugs like exception handling but i always appreciate suggestion so please contact me for suggestion .
seigtm/StrategyFileEncrypter
An example of text files encryption using the strategy design pattern.