> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# IYPS: An Open Source Password Strength Checker App You Didn't Know You Needed
- URL: https://itsfoss.com/news/iyps/
- Published: 2024-11-29T11:17:45.000Z
- Updated: 2024-11-29T11:17:45.000Z
- Description: If you have been curious to know how secure your passwords are, try this app.
- Author: Sourav Rudra
- Tags: Open Source Android Apps 🤖, News, #Import 2025-11-08 21:15

Cybersecurity breaches are now a daily occurrence, with passwords being the most sought-after commodity by threat actors. Attackers often employ methods like brute force attacks, phishing, guessing, etc. to gain unauthorized access to accounts and data.

Sure, users can [enhance their privacy game](https://itsfoss.com/open-source-password-managers/) by using a secure password manager to manage all their credentials. But **keeping a weak password would outright nullify any advantage gained** from taking any such proactive measures.

That is where an app like **Is Your Password Secure?** (*IYPS*) comes in. Let's check it out 😃

## IYPS: Scrutinizing Passwords Was Never Easier

![](https://itsfoss.com/content/images/2024/11/IYPS_a.jpg)

![](https://itsfoss.com/content/images/2024/11/IYPS_b.jpg)

![](https://itsfoss.com/content/images/2024/11/IYPS_c.jpg)

IYPS in action, showing the strength of an entered password.

Written in [Kotlin](https://kotlinlang.org/?ref=itsfoss.com), IYPS is an open source password strength checker app for Android that can be used to evaluate and rate any entered [passwords](https://en.wikipedia.org/wiki/Password?ref=itsfoss.com) or [passphrases](https://en.wikipedia.org/wiki/Passphrase?ref=itsfoss.com). It is supported by many contributors, with [StellarSand](https://github.com/StellarSand?ref=itsfoss.com) being the lead developer.

IYPS is **a far safer alternative than entering your passwords on a shady online password checker**. You can use it to securely scrutinize any passwords or passphrases, and **all of it happens locally**, with no ads or trackers involved in the process.

At the core of the app is an algorithm called[ zxcvbn](https://github.com/dropbox/zxcvbn?ref=itsfoss.com), which is an open source password strength estimator developed by [Dropbox](https://www.dropbox.com/?ref=itsfoss.com). It works by combining pattern matching techniques with conservative estimation, recognizing common passwords, names, etc.

If you have doubts, you can read the app's [privacy policy](https://github.com/StellarSand/IYPS/blob/main/PRIVACY.md?ref=itsfoss.com), and if that doesn't cut it, then you can always cut internet access to it using [NetGuard](https://itsfoss.com/netguard/).

**In my usage**, IYPS performed well on an Android 14 smartphone. I copied over a password generated by [Bitwarden](https://bitwarden.com/?ref=itsfoss.com) to see how it fared, and it almost passed with flying colors, except in the 10B (billion) guesses per second test.

I could also add multiple passwords at once by manually entering them or from a file for evaluation by the app.

![](https://itsfoss.com/content/images/2024/11/IYPS_d.jpg)

![](https://itsfoss.com/content/images/2024/11/IYPS_e.jpg)

![](https://itsfoss.com/content/images/2024/11/IYPS_f.jpg)

IYPS supports generating and evaluating passphrases too.

There is also **a handy password and passphrase generator on-board**, with a range of options to tweak the output, copy content into the clipboard, run an evaluation of it, and even share it using apps installed on the phone.

The Settings menu is minimal, with controls for adjusting the appearance and privacy-focused options to block screenshots in the app and to enable incognito keyboard (*prevents keyboard apps from storing data*).

## Install IYPS

The most recent releases of IYPS can be found on [F-Droid](https://f-droid.org/en/packages/com.iyps/index.html?ref=itsfoss.com), [IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/com.iyps?repo=main&ref=itsfoss.com), and the [Play Store](https://play.google.com/store/apps/details?id=com.iyps&ref=itsfoss.com). Just keep in mind that the Play Store release is not handled by the lead developer.

If you were searching for the source code, then you can head over to [GitHub](https://github.com/StellarSand/IYPS?ref=itsfoss.com).

[IYPS](https://play.google.com/store/apps/details?id=com.iyps&ref=itsfoss.com)

**Suggested Read** 📖

[8 Open Source Password Managers to Enhance Your Privacy GameSecure your credentials with some of the best open-source password managers.![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSAnkush Das![](https://itsfoss.com/content/images/2023/11/opensource-password-managers.png)](https://itsfoss.com/open-source-password-managers/)