Applied Cryptography
JavaScript library of crypto standards.
free C++ class library of cryptographic schemes
Intuitive Advanced Cryptography
SHA-1, SHA-2, SHA-3, SM3, SM4, DES, AES implemented in C++
SharpHash is a C# hashing library which provides an easy to use interface for computing hashes and checksums of data. It also supports state based (incremental) hashing.
My personal cryptography library. Transferred from https://github.com/DoubleLabyrinth/accel-crypto
A modern, high-speed, easy-to-use object-oriented C++ cryptographic library, aims to simplify the steps of using, making cryptographic algorithms modular and unifying the interface, thus enhancing …
HashLibPlus is a recommended C++11 hashing library that provides a fluent interface for computing hashes and checksums of strings, files, streams, bytearrays and untyped data to mention but a few.
This project proposes the use of plain lattices with learning with errors problem to implement a cryptographic scheme which can run on classical computers and provides security against quantum base…
The repository contains DES encryption/decryption, and DES linear cryptoanalysis.
Shamir’s Secret Sharing Algorithm: Shamir’s Secret Sharing is an algorithm in cryptography created by Adi Shamir. The main aim of this algorithm is to divide secret that needs to be encrypted into …
Hashing for =nil; Crypto3 cryptography suite
Block ciphers for =nil; Crypto3 cryptography suite
THU Cryptography project, including AES-128, SM4, SHA-2, SHA-3, SM-3 algorithms.
Key derivation functions for =nil; Crypto3 cryptography suite
Message authentication codes for =nil; Crypto3 cryptography suite
An efficient linear feedback shift register (LFSR) class written in C++
C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.
Normally Distributed Random Number Generator Benchmark
state of the art C++ pseudo-random number generator library for sequential and parallel Monte Carlo simulations
Simple pseudo-random number generators in C and Python
🔣 ISAAC is a fast, seedable, cryptographically secure pseudo-random number generator (CSPRNG) and synchronous stream cipher.
Stand-Alone RandOm Number Generators (various Java RNGs)