There are 0 repository under secure-random-generator topic.
🔒 A set of high-level APIs over PointyCastle for two-way cryptography.
TypeScript library for generating cryptographically strong, uniformly distributed random integers from custom intervals, strings from custom character sets, and boolean values.
A SecureRandomSPI that makes the getrandom() system call available to SecureRandom.
RNGonGPU is a GPU-based random number generation library engineered for secure applications using CSPRNG. It complies with NIST DRBG guidelines, ensuring security, reproducibility, and high performance. Unlike cuRAND, RNGonGPU secures each value with AES for fast, reliable outputs.
Cleanroom implementation of the whirlwind RNG
Code for the software engineering class
This project is a macOS C++ implementation of the RSA encryption and decryption schemes
Benchmarks for different SecureRandomSpi
A SecureRandomSPI that makes the RDRAND instruction available to SecureRandom.