Skip to content

ambercaravalho/drand-passgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drand-passgen

Deploy drand-passgen files to GitHub Pages

Homepage Screenshot

Overview 🖥️

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.

Purpose 🌟

For detailed information on the concepts behind drand-passgen, visit the Wiki. Topics covered include:

Setup Guide ⚙️

Prerequisites

  • A modern browser supporting the Web Crypto API for local cryptographic randomness.
  • An active internet connection to fetch true randomness from Drand.

Installation

  1. Close this repository:

    git clone https://github.com/ambercaravalho/drand-passgen.git
  2. Navigate to the project directory and open the HTML file:

    cd drand-passgen
    open index.html

Thanks! 💖

Feel free to open Issues or Pull Requests. I'm always looking for feedback and fixes!