Re: NEW security/py-zxcvbn

2022-09-11 Thread Lucas Raab
On Sun, Sep 11, 2022 at 12:28:00PM +0100, Stuart Henderson wrote: > newer security/pass-import wants this, ok to import? > > > A realistic password strength estimator. > > This is a Python implementation of the library created by the team at > Dropbox. The original library, written for JavaS

NEW security/py-zxcvbn

2022-09-11 Thread Stuart Henderson
newer security/pass-import wants this, ok to import? 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 t