AppID: | org.passwordmaker.android |
Author: | James Stapleton |
License: | GPL-3.0-only |
InRepoSince: | 2019-02-13 |
LastRepoUpdate: | 2019-02-27 |
LastAppUpdate: | 2019-02-27 |
LastVersion: | 2.0.12 |
Categories: | Security |
APK source: | Github |
Google Play: | Check if it's there |
This is the Android implementation of the Passwordmaker Pro algorithm designed by Passwordmaker.org.
How it works:
You provide PasswordMaker two pieces of information: a "master password" -- that one, single password you like -- and the URL of the website requiring a password. Through the magic of one-way hash algorithms, PasswordMaker calculates a message digest(hash), also known as a digital fingerprint, which can be used as your password for the website. Although one-way hash algorithms have a number of interesting characteristics, the one capitalized by PasswordMaker is that the resulting fingerprint (password) does "not reveal anything about the input that was used to generate it."
In other words, if someone has one or more of your generated passwords, it is computationally infeasible for him to derive your master password or to calculate your other passwords. Computationally infeasible means even computers like this won’t help!
Note: the app's repo seems no longer maintained, so there won't be any further updates.