An xkcd-style (correct horse battery staple) password generator. https://correcthorse.pw/
Find a file
dependabot[bot] 7c67561cf6
Bump css-what from 2.1.2 to 2.1.3
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/fb55/css-what/releases)
- [Commits](https://github.com/fb55/css-what/compare/v2.1.2...v2.1.3)

---
updated-dependencies:
- dependency-name: css-what
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-05 10:46:10 +00:00
.github/workflows Switch to using GitHub actions for CI 2020-09-27 14:48:22 -04:00
src Add missing word to explanation 2022-09-11 21:11:30 -04: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 Bump css-what from 2.1.2 to 2.1.3 2022-10-05 10:46:10 +00:00
package.json Fix vulnerabilities reported by npm audit 2020-09-10 20:11:04 -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 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