Skip to content

A truely random cryptographic salt generator by means of benchmarking the CPU with bogosort.

License

Notifications You must be signed in to change notification settings

curability4apish/BogoTRNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Why

A truely random salt significantly enhances security, especially in contexts involving hashing and password storage, as it is not deterministic and resistant to Pre-Computed Attacks as well as Brute Force Attacks.

No warranty, but feel free to test it with a Shannon Entropy Calculator.

How

The entropy source is the uncertainty of time spent on bogosort benchmark in 0.1μs scale. The entropy is magnified with transcendentals and mathematical operations. Executable on WindowsOS.

About

A truely random cryptographic salt generator by means of benchmarking the CPU with bogosort.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages