https://github.com/zsrobinson/password
A Collection of Password Utilities to Improve Online Security
https://github.com/zsrobinson/password
password password-generator security
Last synced: 22 days ago
JSON representation
A Collection of Password Utilities to Improve Online Security
- Host: GitHub
- URL: https://github.com/zsrobinson/password
- Owner: zsrobinson
- License: gpl-3.0
- Created: 2021-04-15T23:13:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T15:15:09.000Z (over 3 years ago)
- Last Synced: 2025-02-27T23:37:12.105Z (over 1 year ago)
- Topics: password, password-generator, security
- Language: JavaScript
- Homepage: https://password.zsrobinson.com
- Size: 5.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Password Utilities
Visit project: https://password.zsrobinson.com ([Alternate Link](https://zsrobinson.github.io/password))
This is a collection of password utilities to improve online security. It includes a password generator, passphrase generator, and password strength checker. This project uses the open source [zxcvbn](https://github.com/dropbox/zxcvbn) library to evaluate the strength of generated passwords. It also uses the CSS Framework [Bulma](https://bulma.io/) and icons from [Font Awesome](https://fontawesome.com/). Word lists are from zxcvbn and [first20hours/google-10000-english on GitHub](https://github.com/first20hours/google-10000-english).