Logo

MaskPass

MaskPass - A mnemonic password generation tool that requires no third-party trust

A simple Javascript/client-side password generator to fill the gap between password managers and passwords you don't want managed that you frequently end up forgetting or end up in a clear text file. Some of the basic goals: * Be able to save and execute the HTML file locally so it can be used in situations where you don't have direct access to the internet. (be able to recall your passwords in any situation) * Don't require any additional Javascript libraries/frameworks. * Create passwords that are moderately easy to remember, but are still abstract/random enough to be useful, * Easy to use interface on both mobile and desktop browsers. * Host independently from myself on Github so the project doesn't rely on anyone maintaining it. (except Github) * Make it easy for others to manipulate, if they desire.