Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stellarsand/password-monitor

Ensure your password safety by scanning in real data breaches.
https://github.com/stellarsand/password-monitor

android android-app android-application data-breach f-droid fdroid haveibeenpwned kotlin kotlin-android material-design material-ui material-you open-source password password-breach password-safety privacy security security-tools

Last synced: 3 days ago
JSON representation

Ensure your password safety by scanning in real data breaches.

Awesome Lists containing this project

README

        

App icon

# Password Monitor

Ensure your password safety by scanning in real data breaches.

F-Droid Version Google Play Version

IzzyOnDroid Version GitHub Version

## Contents
- [Overview](#overview)
- [Features](#features)
- [Screenshots](#screenshots)
- [Download](#download)
- [Changelog](#changelog)
- [Ensuring the privacy of your passwords](#ensuring-the-privacy-of-your-passwords)
- [Privacy Policy](#privacy-policy)
- [Issues](#issues)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

## Overview
This app seamlessly integrates with [Have I Been Pwned?](https://haveibeenpwned.com) 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](#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.

Reproducible builds are enabled, allowing you to install and upgrade the app from any of the following sources (except Google Play), interchangeably:

[Get it on F-Droid](https://f-droid.org/packages/com.password.monitor)
[Get it on Google Play](https://play.google.com/store/apps/details?id=com.password.monitor)

[Get it on IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/com.password.monitor)
[Get it on GitHub](https://github.com/StellarSand/Password-Monitor/releases/latest)

### 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](https://github.com/StellarSand/Password-Monitor/blob/master/CHANGELOG.md).

## Ensuring the privacy of your passwords
For a detailed explanation on how your passwords are kept private, refer to the [wiki](https://github.com/StellarSand/Password-Monitor/wiki).

## Privacy Policy
Privacy policy is located [here](https://github.com/StellarSand/Password-Monitor/blob/master/PRIVACY.md).

## Issues
If you find bugs or have suggestions, please report it to the [issue tracker](https://github.com/StellarSand/Password-Monitor/issues).
- 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.

## Contributing
Please read the [contributing guidelines](https://github.com/StellarSand/Password-Monitor/blob/main/CONTRIBUTING.md) before contributing.

New pull requests can be submitted [here](https://github.com/StellarSand/Password-Monitor/pulls).

## Credits
- [Troy Hunt](https://github.com/troyhunt) & [Cloudflare](https://www.cloudflare.com/) for the Have I Been Pwned API.
- [parveshnarwal](https://github.com/parveshnarwal) for publishing the app on Google Play.

## License
This project is licensed under the terms of [GPL v3.0 license](https://github.com/StellarSand/Password-Monitor/blob/main/LICENSE).