From c6e4bc53aad371210f0cb670e36c57132087b230 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Tue, 8 Sep 2020 17:06:39 -0500 Subject: Check passwords against HaveIBeenPwned (#12716) * Implement pwn Signed-off-by: jolheiser * Update module Signed-off-by: jolheiser * Apply suggestions mrsdizzie Co-authored-by: mrsdizzie * Add link to HIBP Signed-off-by: jolheiser * Add more details to admin command Signed-off-by: jolheiser * Add context to pwn Signed-off-by: jolheiser * Consistency and making some noise ;) Signed-off-by: jolheiser Co-authored-by: mrsdizzie Co-authored-by: zeripath --- vendor/go.jolheiser.com/pwn/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vendor/go.jolheiser.com/pwn/README.md (limited to 'vendor/go.jolheiser.com/pwn/README.md') diff --git a/vendor/go.jolheiser.com/pwn/README.md b/vendor/go.jolheiser.com/pwn/README.md new file mode 100644 index 0000000000..9b3c37eb23 --- /dev/null +++ b/vendor/go.jolheiser.com/pwn/README.md @@ -0,0 +1,13 @@ +# Have I Been Pwned + +Go library for interacting with [HaveIBeenPwned](https://haveibeenpwned.com/). + +Implemented: + +* [ ] Breaches +* [ ] Pastes +* [x] Passwords + +## License + +[MIT](LICENSE) \ No newline at end of file -- cgit v1.2.3