xxv / SuperGenPass

Android SuperGenPass app
GNU General Public License v3.0
13 stars 5 forks source link

Android SuperGenPass utility

This is an Android implementation of SuperGenPass. SuperGenPass is a different kind of password manager: instead of randomly-generating and storing passwords, it combines a Web site's domain and your master password to generate a unique password for each Web site you visit using a strong cryptographic hash.

In addition to using the form when you run the app, you can also use the "Share Page" menu item in the Browser application to launch SGP and pre-fill the domain. Go to Menu → More → Share Page.

This app also includes a strong PIN generation algorithm. It's a slightly modified version of RFC4226 HOTP (modified to work with domains instead of numerical counters) and is designed to never generate easily-guessable pins, such as 1234, 0000, 1985, 8675309, or 0007. For more details on how it works, please see the source.

Download Binary Release

Recent Changes

Source

The source for Android SGP is available via the Android SGP git repository. You can grab a copy for yourself by running:

git clone https://github.com/xxv/SuperGenPass.git

License

The code is made available under the GPL v3

Thanks!

Flattr this

Contributors

Thanks to Ari Pollak for cleaning up the UI to work better on rotation.

Thanks to Anthony Miceli for the password salt functionality.

Thanks to Mike Tsao for URL parsing.