
OneKey
Introduction
It's a deterministic password generator. It takes a master password and a sitekey, to generate unique password for different sites using HMAC-MD5.
It's compatible with the Chrome extension 123 Password, and also have a compatible python version to use on your computer.
There's a blog post to explain the story behind it
Feature highlights
- Auto guess sitekey from current running app.
- Alternatively, able to share URL from Chrome to the app to auto extract sitekey from URL (because I cannot get the current URL from Chrome).
- Auto copy generated password to clipboard.
- Auto clear clipboard after a certain time.
How to get it
It's available for free on Google Play. It's also open source with New BSD License.