An xkcd-style (correct horse battery staple) password generator. https://correcthorse.pw/
Find a file
2022-12-30 23:12:30 +00:00
.github/workflows Switch to using GitHub actions for CI 2020-09-27 14:48:22 -04:00
src Add GitHub sponsors 2022-12-30 18:12:17 -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 Merge 4ec06cd0e9 into 57e597117c 2022-12-30 23:12:30 +00:00
package.json Make webpack-dev-server work again 2022-12-30 18:04:19 -05: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 Add AI upscaled 2x version of xkcd comic 2020-06-14 01:22:35 -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