zxcvbn-python icon indicating copy to clipboard operation
zxcvbn-python copied to clipboard

Feature request: Migrate from zxcvbn base to zxcvbn-ts base

Open TheraNinjaCat opened this issue 1 year ago • 2 comments

The original zxcvbn project has largely been abandoned, and it has been superseded by zxcvbn-ts. This new library has a large number of changes and improvements over the original, documented here.

TheraNinjaCat avatar Aug 26 '24 01:08 TheraNinjaCat

This is not really helpful because the ts project is not a replacement for this Python library.

bgermann avatar Sep 03 '24 17:09 bgermann

I’m not suggesting that the ts is a replacement for Python, I’m saying the ts is a replacement for the js library. As far as I can tell the Python library has its roots in the js library, and there have been many changes and improvements made to the ts library that I don’t believe have been replicated here. This suggestion is just about porting over some of the improvements from the ts library to the Python library.

TheraNinjaCat avatar Sep 03 '24 20:09 TheraNinjaCat

Thanks for the heads up, I will take a look.

dwolfhub avatar Jan 09 '25 15:01 dwolfhub

For a drop-in replacement, have a look at https://github.com/fief-dev/zxcvbn-rs-py

bgermann avatar Jan 09 '25 15:01 bgermann