PasswordMaker creates unique, secure passwords that are very easy for you to retrieve but no one else. Nothing is stored online anywhere, anytime, so there's nothing to be hacked, lost, or stolen.
Since FirefoxOS doesn't support copy/paste yet, you can display the generated password as a notification that you can copy manually.
Based on http://www.passwordmaker.org/.
PasswordMaker is built with AngularJS and Building Blocks. It uses Grunt to do things.
All data is stored on the device with localForage.
Run the app in development mode with:
grunt server
Create the final build and make a zip
archive with it with:
grunt
This projected is licensed under the terms of the MIT license.