An open API service indexing awesome lists of open source software.

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.

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.