Skip to content

Commit

Permalink
typo fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-peters committed Mar 28, 2021
1 parent 3fe898f commit 9c10ac6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
[![codecov](https://codecov.io/gh/cxan96/strong-but-simple-passwords/branch/main/graph/badge.svg)](https://codecov.io/gh/cxan96/strong-but-simple-passwords)
[![python-version](https://img.shields.io/badge/python-3.9-blue)](https://img.shields.io/badge/python-3.9-blue)

**Coming up with a good master password is hard, remembering it is even harder**
**Coming up with a good master password is hard, remembering it is even harder.**

This is a simple Web-App that demonstrates a method of creating strong passwords.
It also provides time estimates how long it would take an attacker to crack it
It also provides time estimates how long it would take an attacker to crack a password
using the [zxcvbn](https://github.com/dropbox/zxcvbn) library developed by Dropbox.

The app is build using a simple Flask backend and can easily be deployed using docker.
The app is build using a simple Flask backend and can be deployed using docker.
Right now it is running on Heroku free tier.

[![screenshot](https://raw.githubusercontent.com/cxan96/strong-but-simple-passwords/main/screenshot.png)](https://strong-but-simple-passwords.herokuapp.com)

0 comments on commit 9c10ac6

Please sign in to comment.