Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonlindstrom/passpwn
See if your passwords in pass has been breached.
https://github.com/antonlindstrom/passpwn
haveibeenpwned pass password password-safety passwordstore
Last synced: 3 months ago
JSON representation
See if your passwords in pass has been breached.
- Host: GitHub
- URL: https://github.com/antonlindstrom/passpwn
- Owner: antonlindstrom
- Created: 2018-02-24T09:43:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T18:52:18.000Z (about 6 years ago)
- Last Synced: 2024-08-02T22:23:32.104Z (7 months ago)
- Topics: haveibeenpwned, pass, password, password-safety, passwordstore
- Language: Shell
- Size: 8.79 KB
- Stars: 132
- Watchers: 7
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-repos - antonlindstrom/passpwn - See if your passwords in pass has been breached. (Shell)
README
passpwn - password breach checker
================This is a tool for checking your passwords in [pass](https://www.passwordstore.org/) against [Have I been pwned?](https://haveibeenpwned.com/).
passpwn uses the range API which means that we are only sending the first 5
characters of a SHA1 hashed password to Have I been pwned? and are checking
the returned hashes against the full local hash.Inspiration for this tool comes from the [1Password
blog](https://blog.agilebits.com/2018/02/22/finding-pwned-passwords-with-1password/).A big thanks to haveibeenpwned.com for making this possible in a secure way.
Reporting bugs
--------------If you find any bugs or want to provide feedback, you can file bugs in the project's [GitHub Issues page](https://github.com/antonlindstrom/passpwn).
Author
------This project is maintained by [Anton Lindström](https://www.antonlindstrom.com) ([GitHub](https://github.com/antonlindstrom) | [Twitter](https://twitter.com/mycap))
License
-------APACHE LICENSE 2.0
Copyright 2018 Anton LindströmLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.