Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

eduardodx/rnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Random Number Generator

This solution must exclusively read from the kernel's Cryptographically Secure Pseudorandom Number Generator (CSPRNG) and fail closed. Userspace Random Number Generators (RNGs) and insecure RNG fallbacks will not be accepted.

Dependency:

Ubuntu:

libsodium-dev

Other systems:

Documentation at https://download.libsodium.org/libsodium/content/installation/

Usage:

Step 1: make Step 2: ./rnd-sodium [number]

Alternative method:

https://www.nist.gov/programs-projects/nist-randomness-beacon

References:

About

Secure random number generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published