drand-passgen
is an open-source password generator that combines local cryptographic randomness with drand’s true randomness to produce highly secure and unpredictable passwords.
For detailed information on the concepts behind drand-passgen, visit the Wiki. Topics covered include:
- True Randomness vs. Pseudo-Randomness
- Combining True & Pseudo-Randomness
- Introducing
drand
Randomness
- A modern browser supporting the Web Crypto API for local cryptographic randomness.
- An active internet connection to fetch true randomness from Drand.
-
Close this repository:
git clone https://github.com/ambercaravalho/drand-passgen.git
-
Navigate to the project directory and open the HTML file:
cd drand-passgen open index.html
Feel free to open Issues or Pull Requests. I'm always looking for feedback and fixes!