Update README.md

This commit is contained in:
Douglas Muth 2022-04-15 19:43:10 -04:00 committed by GitHub
parent 1c19baf9c8
commit d8a3c51455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,8 @@
# Diceware
<img src="./dice.jpg" width="250" align="right" />
Current build/test status in Travis CI: [![Build Status](https://travis-ci.org/dmuth/diceware.svg?branch=main)](https://travis-ci.org/dmuth/diceware)
First, feel free to check out the live demo, running at [https://diceware.dmuth.org/](https://diceware.dmuth.org/)
Feel free to check out the live version at [https://diceware.dmuth.org/](https://diceware.dmuth.org/)
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.