gitea/vendor/go.jolheiser.com/pwn
John Olheiser c6e4bc53aa
Check passwords against HaveIBeenPwned (#12716)
* Implement pwn

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Update module

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Apply suggestions mrsdizzie

Co-authored-by: mrsdizzie <info@mrsdizzie.com>

* Add link to HIBP

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add more details to admin command

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add context to pwn

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Consistency and making some noise ;)

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: mrsdizzie <info@mrsdizzie.com>
Co-authored-by: zeripath <art27@cantab.net>
2020-09-08 17:06:39 -05:00
..
.gitignore Check passwords against HaveIBeenPwned (#12716) 2020-09-08 17:06:39 -05:00
LICENSE Check passwords against HaveIBeenPwned (#12716) 2020-09-08 17:06:39 -05:00
Makefile Check passwords against HaveIBeenPwned (#12716) 2020-09-08 17:06:39 -05:00
README.md Check passwords against HaveIBeenPwned (#12716) 2020-09-08 17:06:39 -05:00
error.go Check passwords against HaveIBeenPwned (#12716) 2020-09-08 17:06:39 -05:00
go.mod Check passwords against HaveIBeenPwned (#12716) 2020-09-08 17:06:39 -05:00
password.go Check passwords against HaveIBeenPwned (#12716) 2020-09-08 17:06:39 -05:00
pwn.go Check passwords against HaveIBeenPwned (#12716) 2020-09-08 17:06:39 -05:00

README.md

Have I Been Pwned

Go library for interacting with HaveIBeenPwned.

Implemented:

  • Breaches
  • Pastes
  • Passwords

License

MIT