-
I would like to add a matcher/match type that represents searching the HIBP api for a match.
I'd also like to see about supporting "local" search of the password hashes for those who don't have an …
-
Hello!
Thank you for the great work with this library!
I'm wondering how to add a dictionary of common words (or common names) of another language than English? How should it be formatted? File for…
-
Over a year has passed since the comment in #242.
Any update here? Is it still being worked on?
-
Hi @doomsower
I know that this library is pretty old and you're probably not supporting it anymore, but could you consider extending it for the second parameter (optional) for userinputs?
Both i…
-
### Bug Description
I'm received depcheck errors related to import assertions such as:
```
import type { ApolloError } from "@apollo/client/errors" assert { "resolution-mode": "import" };
```
…
-
TLDR:
`123456` is pretty much the most common password in the world and also has no entropy due to being an obvious sequence.
zxcvbn-ts falls on it's face with `onetwothreefourfivesix`, rating it as…
-
Getting a strange eslint warning in my `vite.config.js` of the `svgr` plugin import. The actual functionality of the plugin is working just fine.
```js
import path from "path";
import { defineCon…
-
Password are limited to [a-zA-X0-9] for new user. See https://github.com/NikhilM98/sugarizer-school-portal-server/blob/master/helper/regexValidate.js#L8.
This constraint seems inherited from Sugarize…
-
I wrote some typings for our own consumption and am wondering if you would be willing to accept and maintain a typescript definition file, otherwise I'd publish it to `DefinitelyTyped`
-
Brute-force protection
--
Currently the authentication is brute-forceble as in, no limits on the the amount of attempts or the period wherein it's taken place. Meaning an attacker could try guessing…