mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-24 09:46:30 -05:00
Update README.md
This commit is contained in:
parent
133c01b5e2
commit
db39ae4ea8
1 changed files with 4 additions and 8 deletions
12
README.md
12
README.md
|
@ -1,5 +1,7 @@
|
|||
# Diceware
|
||||
|
||||
First, feel free to chekc out the live demo, running at [https://www.dmuth.org/diceware/](https://www.dmuth.org/diceware/)
|
||||
|
||||
Weak passwords are a big flaw in computer security due to a lack of "entropy" or randomness. For example, how many times have you used the name of a pet or relative or street in a password, or perhaps the number "1". Not very random, is it? :-) Worse still, if passwords are reused between services, that increases your security risk.
|
||||
|
||||
Fact is, humans are terrible at remembering random combiations of letters and numbers, but we are great at remembering phrases of words. That's where Diceware comes in.
|
||||
|
@ -12,15 +14,9 @@ For more information on Diceware:
|
|||
- [Diceware for Passphrase Generation and Other Cryptographic Applications](http://world.std.com/~reinhold/diceware.txt)
|
||||
|
||||
|
||||
# Running this software online
|
||||
# Can I run this on my own computer without using your website?
|
||||
|
||||
I have a copy running at [https://www.dmuth.org/diceware/](https://www.dmuth.org/diceware/).
|
||||
Feel free to use it to generate your own passwords.
|
||||
|
||||
|
||||
# Running this software from your computer
|
||||
|
||||
Feel free to clone this repo with `git clone https://github.com/dmuth/diceware.git` and run it
|
||||
Yes. Feel free to clone this repo with `git clone https://github.com/dmuth/diceware.git` and run it
|
||||
from a local directory on your computer.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue