Awesome
<img src="fastlane/metadata/android/en-US/images/icon.png" width="80" alt="App icon"/>Is Your Password Secure?
A password strength app that evaluates and rates your password's robustness, estimates crack time, and provides helpful warnings and suggestions for stronger passwords.
<img src="https://img.shields.io/f-droid/v/com.iyps?logo=FDroid&color=green&style=for-the-badge" alt="F-Droid Version"> <img src="https://img.shields.io/endpoint?url=https://play.cuzi.workers.dev/play?i=com.iyps&m=$version&logo=GooglePlay&color=3BCCFF&label=Google%20Play&style=for-the-badge" alt="Google Play Version"> <img src="https://img.shields.io/github/v/release/StellarSand/IYPS?logo=GitHub&color=212121&label=GitHub&style=for-the-badge" alt="GitHub Version">
Contents
- Overview
- Features
- Screenshots
- Download
- Changelog
- How does it work?
- Privacy Policy
- Issues
- Contributing
- Credits
- License
Overview
Two things that should always be strong: Coffee ☕ and Passwords 🔑.
In our digital age, where data breaches and hacks have skyrocketed, robust passwords are vital for safeguarding our online accounts. Using a password manager like Bitwarden or KeePass is strongly recommended for storing and generating unique, strong passwords. <br>However, if you choose not to use a password manager (seriously though, consider using one), validating the strength of your passwords is crucial.
This app analyzes password patterns, predicts potential cracking times, and offers helpful suggestions for maximizing security. Additionally, it features a random password & passphrase generator that is configurable. Being entirely offline ensures that your passwords remain exclusively yours.
Features
- Fully open source
- Material design 3 & Material You
- Completely offline
- Supports both light and dark theme
- No ads
- No collection of personal data
- Supported languages:
- English
- Chinese
- Dutch
- French
- German
- Italian
- Japanese
- Persian
- Portuguese & Portuguese (Brazil)
- Spanish
- Swedish
- Turkish
Screenshots
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="200"/> <img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="200"/>
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width="200"/> <img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" width="200"/>
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png" width="200"/> <img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/6.png" width="200"/>
Download
Disclaimer: The Google Play account is not owned by me.
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80"> <img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" alt="Get it on Google Play" height="80">
<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" alt="Get it on IzzyOnDroid" height="80"> <img src="https://raw.githubusercontent.com/Kunzisoft/Github-badge/main/get-it-on-github.png" alt="Get it on GitHub" height="80">
Verify integrity if downloaded from GitHub
To verify the integrity of the .apk
/.aab
files, if downloaded from GitHub, perform the following steps:
- 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 "IYPS_v1.5.0.apk"
- The computed hash value should be exactly the same as the one provided in the
.sha256
file on GitHub.
- 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 IYPS_v1.5.0.apk
- 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.
How does it work?
For a detailed explanation, refer to the following:
Privacy Policy
Privacy policy is located here.
Issues
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.
Contributing
Please read the contributing guidelines before contributing.
New pull requests can be submitted here.
Credits
- parveshnarwal for publishing the app on Google Play and previously co-leading the development.
- SecLists for some of the password dictionaries.
- EFF for publishing their wordlist to generate random passphrases.
- Contributors for making this app better.
License
This project is licensed under the terms of GPL v3.0 license.