https://github.com/peterstrick/zxcvbn-gui
A GUI for zxcvbn-cs, which is based on zxcvbn.
https://github.com/peterstrick/zxcvbn-gui
csharp dropbox vb-net vbnet visual-basic-net zxcvbn zxcvbn-csharp zxcvbn-vbnet
Last synced: 8 months ago
JSON representation
A GUI for zxcvbn-cs, which is based on zxcvbn.
- Host: GitHub
- URL: https://github.com/peterstrick/zxcvbn-gui
- Owner: PeterStrick
- License: mit
- Created: 2021-11-28T14:36:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T15:43:07.000Z (over 4 years ago)
- Last Synced: 2025-03-01T08:15:15.118Z (over 1 year ago)
- Topics: csharp, dropbox, vb-net, vbnet, visual-basic-net, zxcvbn, zxcvbn-csharp, zxcvbn-vbnet
- Language: Visual Basic .NET
- Homepage: https://dropbox.tech/security/zxcvbn-realistic-password-strength-estimation
- Size: 439 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zxcvbn-gui
A GUI for [zxcvbn-cs](https://github.com/bitbeans/zxcvbn-cs), which is based on [zxcvbn](https://github.com/dropbox/zxcvbn).
## From the `Zxcvbn` readme:
> `zxcvbn`, named after a crappy password, is a JavaScript password strength
> estimation library. Use it to implement a custom strength bar on a
> signup form near you!
>
> `zxcvbn` attempts to give sound password advice through pattern matching
> and conservative entropy calculations. It finds 10k common passwords,
> common American names and surnames, common English words, and common
> patterns like dates, repeats (aaa), sequences (abcd), and QWERTY
> patterns.
>
> For full motivation, see:
>
> https://dropbox.tech/security/zxcvbn-realistic-password-strength-estimation
### More Information
For more information on why password entropy is calculated as it is, refer to `Zxcvbn`s originators:
https://github.com/dropbox/zxcvbn
https://dropbox.tech/security/zxcvbn-realistic-password-strength-estimation
### Licence
Since `Zxcvbn-gui` is based on [zxcvbn-cs](https://github.com/bitbeans/zxcvbn-cs), which in self is a port of the original [zxcvbn](https://github.com/dropbox/zxcvbn) the original copyright and licensing applies. Cf. the LICENSE file.