An open API service indexing awesome lists of open source software.

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.

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.