FAQ
What is it?
A solution to the problem of having to maintain a different password for each service, or the inherent risk of using the same password for all services. A single master password is memorised which is then used to generate secure passwords for all the services you use. You need only remember the master password - the same combination of master password and service name will always produce the same generated password. The master password is never transmitted over the internet.
Is it secure?
No data is transmitted to the server - the code runs entirely within your browser. If someone discovers a generated password for a particular service, they will not be able to access your other services. The SHA-256 one-way hash algorithm is used to generate passwords based on your master password and the service name.
What happens if this page is unavailable?
This page will work as a stand-alone local page - you can (and should) save this page to your local system so you can continue to log in to services if this page becomes unavailable.