ryanjohns / passmaster

Host-Proof password storage using client-side AES-256 encryption.
https://passmaster.io
GNU General Public License v3.0
10 stars 4 forks source link

detecting leaked password #9

Open joeblew99 opened 2 years ago

joeblew99 commented 2 years ago

This is a really great project.

Google have a password leaker function. they are actually just calling a public open source server that tracks leaked passwords.

would be cool to eventually add this functionality.

joeblew99 commented 2 years ago

found it: https://haveibeenpwned.com/

joeblew99 commented 2 years ago

I use golang and found this client that works with the v3 api https://github.com/klopjq/haveibeenpwned

API (v3) https://haveibeenpwned.com/API/v3