Skip to content

Ensure your password safety by scanning in real data breaches.

License

Notifications You must be signed in to change notification settings

StellarSand/Password-Monitor

Repository files navigation

App icon

Password Monitor

Ensure your password safety by scanning for potential breaches.

F-Droid Version Google Play Version GitHub Version

Contents

Overview

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

Features

  • 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

Screenshots

Download

Disclaimer: The Google Play account is not owned by me.

Get it on F-Droid Get it on Google Play

Get it on IzzyOnDroid Get it on GitHub

Verify integrity if downloaded from GitHub

To verify the integrity of the .apk/.aab files, if downloaded from GitHub, perform the following steps:

Windows
  1. Open Powershell by searching for it in the Start menu OR by pressing Win + R and typing powershell
  2. Change directory to the downloaded path
    cd "C:\path\to\downloaded\file"
    
    Example:
    cd "C:\Users\JohnDoe\Downloads"
    
  3. Compute the SHA-256 Hash
    Get-FileHash -Algorithm SHA256 -Path "filename"
    
    Example:
    Get-FileHash -Algorithm SHA256 -Path "PasswordMonitor_v1.0.0.apk"
    
  4. The computed hash value should be exactly the same as the one provided in the .sha256 file on GitHub.
Linux & macOS
  1. Open terminal
  2. Change directory to the downloaded path
    cd /path/to/downloaded/file
    
    Example:
    cd /home/JohnDoe/Downloads/
    
  3. Compute the SHA-256 Hash
    sha256sum filename
    
    Example:
    sha256sum PasswordMonitor_v1.0.0.apk
    
  4. The computed hash value should be exactly the same as the one provided in the .sha256 file on GitHub.

Changelog

All notable changes are documented in the changelog.

Ensuring the privacy of your passwords

For a detailed explanation on how your passwords are kept private, refer to the wiki.

Privacy Policy

Privacy policy is located here.

Issues

If you find bugs or have suggestions, please report it to the issue tracker.

Please search for existing issues before opening a new one. Any duplicates will be closed immediately.

Contributing

Please read the contributing guidelines before contributing.

New pull requests can be submitted here.

Credits

License

This project is licensed under the terms of GPL v3.0 license.