secure-random-generator
There are 11 repositories under secure-random-generator topic.
leocavalcante/encrypt
🔒 A set of high-level APIs over PointyCastle for two-way cryptography.
zelark/nano-id
A unique string ID generator for Clojure and ClojureScript (・_・)ノ
Diplomatiq/crypto-random
TypeScript library for generating cryptographically strong, uniformly distributed random integers from custom intervals, strings from custom character sets, and boolean values.
marschall/getrandom-provider
A SecureRandomSPI that makes the getrandom() system call available to SecureRandom.
cardinal9999/CryptoQuail
[outdated] A Python cryptography package with more features, simplicity, and quality.
opencoff/Whirlwind-rng
Cleanroom implementation of the whirlwind RNG
sagyakwa/Alphanumeric-Secure-Random-Generator
Code for the software engineering class
shibme/randgen
RandGen is a simple CLI tool to generate random files of a given size.
marschall/random-provider-benchmarks
Benchmarks for different SecureRandomSpi
marschall/rdrand-provider
A SecureRandomSPI that makes the RDRAND instruction available to SecureRandom.