nymtech / nym

Nym provides strong network-level privacy against sophisticated end-to-end attackers, and anonymous transactions using blinded, re-randomizable, decentralized credentials.
https://nymtech.net
1.27k stars 235 forks source link

TS apps - package used to check password strength seems dead #3330

Open doums opened 1 year ago

doums commented 1 year ago

We are using this package to check password strength on password creation. The package looks like unmaintained and dead (last publish and commit 6y ago). As it has impact on password creation it's quite hazardous imo.

This could be a better alternative https://github.com/zxcvbn-ts/zxcvbn

I open this issue mostly to keep a trace

tommyv1987 commented 9 months ago

We're using keplr now, so I'm going to remove any existing extension browser tickets for the time being.

jessgess commented 9 months ago

@fmtabbara can you please check the usage of this package in the desktop wallet and see if we can change upgrade it?