GoSimpleLLC / nbvcxz

Password strength estimator
MIT License
293 stars 56 forks source link

DRAFT: Add support for leaked password detection #81

Open Tostino opened 1 year ago

Tostino commented 1 year ago

Add support for a LeakMatch/LeakMatcher type which is used to look for the specified password in a leak database. We use the HIBP API endpoint by default.

This is in relation to: https://github.com/GoSimpleLLC/nbvcxz/issues/72

TODO:

  1. Still need to add all translations.
  2. Add better scoring to the LeakMatch, hardcoded as 0 right now.
  3. Fix tests, as this makes them non-deterministic by default