https://github.com/replete/effindice
A browser-based passphrase generator modelled on EFF Dice-Generated Passphrases using a cryptographically secure pRNG
https://github.com/replete/effindice
Last synced: over 1 year ago
JSON representation
A browser-based passphrase generator modelled on EFF Dice-Generated Passphrases using a cryptographically secure pRNG
- Host: GitHub
- URL: https://github.com/replete/effindice
- Owner: replete
- License: mit
- Created: 2022-08-25T21:23:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T15:04:03.000Z (about 3 years ago)
- Last Synced: 2025-01-14T11:05:07.145Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 374 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Effindice 🎲🎲🎲🎲🎲

## EFF Dice Passphrase generator GUI
Effindice is a browser-based passphrase generator implementing the [EFF Dice](https://www.eff.org/dice) method without physical dice. It is a simple javasript GUI application encapsulated within a single HTML file, designed to be used offline. It utilizes the [javascript-fortuna](https://github.com/sethblack/javascript-fortuna) implementation of the [Fortuna pRNG](https://en.wikipedia.org/wiki/Fortuna_(PRNG)) algorithm and incorporates randomized delays to reduce predictability.
The application makes no external calls and should be used locally to generate real passphrases.
The large filesize is due to the inclusion of [javascript-fortuna](https://github.com/sethblack/javascript-fortuna) 1.0.8 within the document.
[Live demo](https://replete.github.io/effindice/)
[Download the app (index.html)](https://github.com/replete/effindice/raw/main/index.html)