csprng
There are 66 repositories under csprng topic.
paragonie/random_compat
PHP 5.x support for random_bytes() and random_int()
nemequ/portable-snippets
Collection of miscellaneous portable C snippets.
camel-cdr/cauldron
A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)
lukechampine/frand
A fast userspace CSPRNG
NebulousLabs/fastrand
10x faster than crypto/rand
robhogan/react-native-securerandom
A crypto-secure random bytes generator for react native
macmcmeans/isaacCSPRNG
🔣 ISAAC is a fast, seedable, cryptographically secure pseudo-random number generator (CSPRNG) and synchronous stream cipher.
Risto-Stevcev/pure-random
:sparkles: A purely functional random number generator
almasen/n-digit-token
Generate a cryptographically secure pseudo random token of digits with n-length
jedisct1/randen-rng
A port of the Google Randen fast backtracking-resistant random generator to the C language.
chRyNaN/krypt
Kotlin multi-platform cryptographic utility library.
yaosiang/cryptography-course
建議開發者知道的密碼學知識
jedisct1/aes-stream
A fast AES-PRF based secure random-number generator
pre-eth/adam
ADAM is an actively developed CSPRNG inspired by ISAAC64
rodericktech/dc4d-june-2017-notes
Notes I took during DayCamp4Developers, June 2017.
AmrSaber/random
CLI tool that generates and outputs secure random string of choice
Santandersecurityresearch/QuantumRNG
A Quantum computer based CSPRNG, written in python, as a PoC for using QCs in services.
AtropineTears/num-primes
A Rust Library For Generating Large Composite, Prime, and Safe Prime Numbers
AtropineTears/ramp-primes
A Rust Crate For Generating Large Prime and Composite Integers From A CSPRNG
simnalamburt/xsalsa20-csprng
🎰 CSPRNG powered by XSalsa20, Migrated to https://github.com/simnalamburt/npm/tree/master/packages/xsalsa20-csprng
unpredictabledao/unpredictabledao
A protocol for unbiased, unpredictable, on-chain randomness
hazae41/berith
WebAssembly port of Ed25519 signatures and X25519 key exchange
TheMatjaz/LibISAAC
ISAAC, the fast CSPRNG, reimplemented in a unified, documented, modern C11 API
acrois/isaac-prng
ISAAC cryptographically-secure psuedorandom number generator (CSPRNG) NPM package written in TypeScript
Craz1k0ek/RandKit
A repository containing some RNG functions
Mintablo/mintablo-rng
GLI-19 compliant Random Number Generator as a base for the Provably fair Algorithm https://en.wikipedia.org/wiki/Provably_fair_algorithm
zx2c4/linux-rng
Development tree for the kernel CSPRNG [mirror]
constantin9845/Trivium-encoder
Trivium stream cipher implementation with cryptographically secure IV and Key generator.
EmpoHQ/encryption
A JavaScript Library for widely used crypto standards.
hendratay/encryption-hmac-sha256
encrypt voucher code with CSPRNG (cryptographically secure pseudo random number generator) key generator and base64 encode
jedisct1/tinygo-wasi_rand
crypto/rand for TinyGo/WASI
LeoVasanko/RandQuik
Exceptionally fast random numbers made with ChaCha20 encryption
o0101/longbore
:straight_ruler: longbore - A PRNG with infinite state that passes Dieharder and PractRand
rapsoulhaonan/prng-csprng-analytical-programming
:see_no_evil: :hear_no_evil: Estimating Pi Using Various Pseudo-Random Number Generators and analysis for heuristic PRNGs and CSPRNGs
peterfritz/spg
A cryptographically secure password generator.
planet36/randp
Random number generator for modern Linux that uses a pool of random bytes generated by AES instructions