mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-24 10:11:57 -04:00
Add README
This commit is contained in:
parent
6adfd8d023
commit
802628c0e3
22
README.md
Normal file
22
README.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[1]: https://xkcd.com/936/
|
BIN
preview.png
Normal file
BIN
preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
|
@ -167,6 +167,12 @@
|
||||||
and should never be used to generate passwords. This website aims to avoid such pitfalls, and provide a truly
|
and should never be used to generate passwords. This website aims to avoid such pitfalls, and provide a truly
|
||||||
secure experience.
|
secure experience.
|
||||||
</p>
|
</p>
|
||||||
|
<p class="card-text">
|
||||||
|
To guarantee this experience, this 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
|
||||||
|
<a href="https://github.com/quantum5/correcthorsebatterystaple">the GitHub repository</a>.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
|
Loading…
Reference in a new issue