An xkcd-style (correct horse battery staple) password generator. https://correcthorse.pw/
Find a file
2025-02-18 20:39:12 -05:00
.github Drop node 14 in GitHub Actions 2023-07-21 22:56:33 -04:00
src Remove v2 onion 2025-02-18 20:39:12 -05:00
tests Add some more unit tests 2018-12-04 19:49:47 -05:00
.gitignore Initial commit: most of the UI 2018-11-26 01:51:26 -05:00
LICENSE Initial commit: most of the UI 2018-11-26 01:51:26 -05:00
package-lock.json Drop useless dependencies 2023-07-21 22:54:20 -04:00
package.json Drop useless dependencies 2023-07-21 22:54:20 -04:00
preview.png Add README 2021-09-25 01:42:35 -04:00
README.md Add README 2021-09-25 01:42:35 -04:00
webpack.config.js Update all dependencies 2023-07-21 22:50:48 -04:00

correcthorsebatterystaple

A truly secure xkcd-style 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