Merge eccd6a9353
into 08b771c863
commit
c810123183
@ -0,0 +1,26 @@
|
|||||||
|
# Password Generator
|
||||||
|
|
||||||
|
**Tier:** 3-Advanced
|
||||||
|
|
||||||
|
Generate passwords and store them locally with the option of keeping them backed up in Google Drive or Dropbox
|
||||||
|
|
||||||
|
## User Stories
|
||||||
|
|
||||||
|
- [ ] App should not need internet connection to create password and check strength
|
||||||
|
- [ ] Users can either create their own password or generate one random password based on input length
|
||||||
|
- [ ] User can see the password strength
|
||||||
|
- [ ] By clicking the `Generate password` button, the user can see a password being generated and the password is stored locally
|
||||||
|
- [ ] User can click a `Copy to clipboard` button which will save the password to the clipboard
|
||||||
|
- [ ] Users should have the ability to backup password on Google Drive or Dropbox
|
||||||
|
|
||||||
|
## Bonus features
|
||||||
|
|
||||||
|
- [ ] Sync passwords across devices if user permission is given
|
||||||
|
|
||||||
|
## Useful links and resources
|
||||||
|
|
||||||
|
- [Information entropy](https://en.wikipedia.org/wiki/Password_strength#Random_passwords)
|
||||||
|
|
||||||
|
## Example projects
|
||||||
|
|
||||||
|
- [Authpass - An open source password manager](https://github.com/authpass/authpass)
|
Loading…
Reference in new issue