Ensure your password safety by scanning in real data breaches.
- Overview
- Features
- Screenshots
- Download
- Changelog
- Ensuring the privacy of your passwords
- Privacy Policy
- Issues
- Contributing
- Credits
- License
This app seamlessly integrates with Have I Been Pwned? to help you verify whether your passwords have been compromised in any publicly disclosed data breaches.
Your passwords stay private and are never shared anywhere. Check ensuring the privacy of your passwords
- Fully open source
- Material design 3 & Material You
- Supports both light and dark theme
- No ads
- No collection of personal data
- Supported languages:
- English
- Chinese
- Dutch
- French
- German
- Italian
- Japanese
- Spanish
- Swedish
- Turkish
Disclaimer: The Google Play account is not owned by me.
Reproducible builds are enabled, allowing you to install and upgrade the app from any of the following sources (except Google Play), interchangeably:
To verify the integrity of the .apk
/.aab
files, if downloaded from GitHub, perform the following steps:
Windows
- Open Powershell by searching for it in the
Start menu
OR by pressingWin + R
and typingpowershell
- Change directory to the downloaded path
Example:
cd "C:\path\to\downloaded\file"
cd "C:\Users\JohnDoe\Downloads"
- Compute the SHA-256 Hash
Example:
Get-FileHash -Algorithm SHA256 -Path "filename"
Get-FileHash -Algorithm SHA256 -Path "PasswordMonitor_v1.0.0.apk"
- The computed hash value should be exactly the same as the one provided in the
.sha256
file on GitHub.
Linux & macOS
- Open terminal
- Change directory to the downloaded path
Example:
cd /path/to/downloaded/file
cd /home/JohnDoe/Downloads/
- Compute the SHA-256 Hash
Example:
sha256sum filename
sha256sum PasswordMonitor_v1.0.0.apk
- The computed hash value should be exactly the same as the one provided in the
.sha256
file on GitHub.
All notable changes are documented in the changelog.
For a detailed explanation on how your passwords are kept private, refer to the wiki.
Privacy policy is located here.
If you find bugs or have suggestions, please report it to the issue tracker.
- Make sure you're on the latest version before reporting any issues.
- Please search for existing issues before opening a new one. Any duplicates will be closed.
Please read the contributing guidelines before contributing.
New pull requests can be submitted here.
- Troy Hunt & Cloudflare for the Have I Been Pwned API.
- parveshnarwal for publishing the app on Google Play.
This project is licensed under the terms of GPL v3.0 license.