CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/09/12 02:55:27
Log message:
import ports/security/py-zxcvbn, ok kmos@
A realistic password strength estimator.
This is a Python implementation of the library created by the team at
Dropbox. The original library, written for JavaScript, can be found
at https://github.com/dropbox/zxcvbn.
- Accepts user data to be added to the dictionaries that are tested
against (name, birthdate, etc)
- Gives a score to the password, from 0 (terrible) to 4 (great)
- Provides feedback on the password and ways to improve it
- Returns time estimates on how long it would take to guess the password
in different situations
Status:
Vendor Tag: sthen
Release Tags: sthen_20220912
N ports/security/py-zxcvbn/Makefile
N ports/security/py-zxcvbn/distinfo
N ports/security/py-zxcvbn/pkg/PLIST
N ports/security/py-zxcvbn/pkg/DESCR
No conflicts created by this import