xxv / SuperGenPass

Android SuperGenPass app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • v2.2.3 - Bugfix: Major bugfix on PIN generation. If you generated a PIN using this app for a domain that contains a sub-domain (e.g. foo.example.org), the sub-domain was not properly stripped. This is now fixed so it works like SGP. To generate PINs in the same way as they were before this fix, disable domain checking in the Settings.
  • v2.2.2 - Bugfixes: fixes hardware keyboard focus issue; fixes lockup when generating PIN; fixes editablity of the password output field.
  • v2.2.1 - Adds PIN generation; clears passwords on screen off; adds unit tests
  • v2.1 - adds salt QR code scanning / generation; parses URLs (thanks Mike Tsao!); cleans up preference screen
  • v2.0.1 - fixes screen corruption bug with some 2.x devices
  • v2.0 - Major UI changes. New visual hash, Action Bar support, new launcher icon, new way of interacting, more.

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.

About

Android SuperGenPass app

License:GNU General Public License v3.0


Languages

Language:Java 98.9%Language:Python 1.0%Language:Makefile 0.1%