https://github.com/daedalus/passbolt_api_hibp_test
A simple script that checks your passbolt stored passwords against HIBP via APIs.
https://github.com/daedalus/passbolt_api_hibp_test
encryption haveibeenpwned hibp passbolt password-safety
Last synced: about 2 months ago
JSON representation
A simple script that checks your passbolt stored passwords against HIBP via APIs.
- Host: GitHub
- URL: https://github.com/daedalus/passbolt_api_hibp_test
- Owner: daedalus
- Created: 2023-05-05T22:37:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T21:00:04.000Z (over 1 year ago)
- Last Synced: 2023-11-28T21:53:27.771Z (over 1 year ago)
- Topics: encryption, haveibeenpwned, hibp, passbolt, password-safety
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# passbolt_api_hibp_test
A simple script that checks your passbolt stored passwords against HIBP via APIs.First install the dependencies
```
pip3 install -r requirements.txt
```
Edit config.ini and then run:
```
python3 passbolt_api_hibp_test.py
```Caveat: The script in question utilizes a compression and encryption mechanism to safeguard the integrity of the password set contained within a pickle file, this is to avoid overwhelming of the HIBP servers.