Passbleed checks your exported KeePass database against the CloudBleed list found here.
Head to the Releases page and grab a copy for your OS (only the Linux release was tested)
or:
go get github.com/jinks/passbleed
(required Go 1.8+)
- Export your KeePass database to CSV format with either KeePass v2.35, KeePassX v2.0.3 or KeepassXC v2.1.2
- Grab a copy of sorted_unique_cf.txt (use the master.zip to save some bandwidth)
- Run
./passbleed keepass.csv sorted_unique_cf.txt
- All processing happens in RAM. On my machine it uses about 400 MB
- The exported CSV contains sensitive data. Put it on an encrypted disk and/or securely delete it when you're done.
v1.2:
- Support emebedded quotes
- Added LastPass CSV support (untested)
v1.1:
- Added 1Password CSV support
- Sorted output