Single page HTML page passphrase generator (based on the 2016 EFF wordlist) with a cryptographically secure pRNG implementation (Fortuna) for dice rolls and a randomized time delay on generation.
Wrote it last night as an excuse to play with javascript. Went through a few pRNGs, Fortuna seems best.
You can run the HTML file from the desktop, which is what I was looking for. A local passphrase generator that didn't talk to any servers that's easy to configure. Have a few feature ideas which I'll implement if there's any interest.
1 comment
[ 4.3 ms ] story [ 20.7 ms ] threadWrote it last night as an excuse to play with javascript. Went through a few pRNGs, Fortuna seems best.
You can run the HTML file from the desktop, which is what I was looking for. A local passphrase generator that didn't talk to any servers that's easy to configure. Have a few feature ideas which I'll implement if there's any interest.
Feedback welcome