-
The original [zxcvbn](https://github.com/dropbox/zxcvbn) project has largely been abandoned, and it has been superseded by [zxcvbn-ts](https://github.com/zxcvbn-ts/zxcvbn). This new library has a larg…
-
Hello,
I took the `dist/zxcvbn-ts.js` file from the https://www.npmjs.com/package/@zxcvbn-ts/language-pl/v/4.0.0-beta.0 and compressed it with fflate and Pako with level 9.
With fflate I got: zxcv…
-
See: https://github.com/zxcvbn-ts/zxcvbn/blob/bef0a627654525a1cdafa7961f6df31791cd49ec/packages/languages/nl-be/README.md
-
We already have **zxcvbn-ts** on our UX layer, now we are implementing it in backend and tried to use **zxcvbn4j** /**nbvcxz** java libraries . Now problem is we are getting different score from UI an…
-
Hello,
When I add some values to user input, it has no effect on the score:
```
$ ./node_modules/.bin/yarn start-ts-file scripts/cli-password-tester.ts "John Smith"
guessesLog10: 6.17833538597…
-
Some language sources cannot be found anymore:
- pl maleFirstnames
- pl femaleFirstnames
- fi maleFirstnames
- fi femaleFirstnames
- fi lastnames
- pt-br firstnames
-
1. I search for "zxcvbn" packages https://asset-packagist.org/package/search?query=zxcvbn
2. I see that "npm-asset/zxcvbn-ts--core" exists, with a latest release at 3.0.2
3. I click on the package n…
-
The original dropbox/zxcvbn library has aged considerably. Do you have any opinions around remaining faithful to v4.4.2 (circa 2017) or pinning to a new client-side reference implementation if communi…
-
## Description
[The original Dropbox owned zxcvbn](https://github.com/dropbox/zxcvbn) is dead. There is a new maintained TypeScript package that we should use now: https://zxcvbn-ts.github.io/zxcvb…
-
The Angular framework example is missing at https://zxcvbn-ts.github.io/zxcvbn/guide/framework-examples
Could you add this?