Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantum5/correcthorsebatterystaple
An xkcd-style (correct horse battery staple) password generator.
https://github.com/quantum5/correcthorsebatterystaple
diceware-passphrase-generator diceware-password password password-generator xkcd xkcd-936
Last synced: about 17 hours ago
JSON representation
An xkcd-style (correct horse battery staple) password generator.
- Host: GitHub
- URL: https://github.com/quantum5/correcthorsebatterystaple
- Owner: quantum5
- License: agpl-3.0
- Created: 2018-11-26T06:52:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T02:56:35.000Z (over 1 year ago)
- Last Synced: 2024-05-01T22:43:36.615Z (6 months ago)
- Topics: diceware-passphrase-generator, diceware-password, password, password-generator, xkcd, xkcd-936
- Language: JavaScript
- Homepage: https://correcthorse.pw/
- Size: 3.65 MB
- Stars: 50
- Watchers: 3
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
correcthorsebatterystaple
=========================A truly secure [xkcd-style][1] password generator for easy-to-remember
passwords.I made this site because a lot of alternatives floating around online appear
to work, but implemented in weird, insecure manners. For example, many sites
used `Math.random()` to generate random numbers, which is not a
cryptographically secure generator and should never be used for this purpose.
Furthermore, a lot of them are not open sourced and easily auditable. This
generator is meant to avoid such pitfalls, providing the users with a truly
secure and reliable experience.For this reason, the website does not use any external scripts, not even
analytics. Since the entire website is aggressively cached on the Cloudflare
edge servers, I have no idea who you are, or how many of you are using it.
To show your support, star this repository.![preview](preview.png)
[1]: https://xkcd.com/936/