Universally Unique Password Generator

The Universally Unique Password Generator allows you to use a single password for every website on the internet securely!! Simply provide the password you want to use, some string unique to the website (like its name!), and select the site's password policy from the drop down or enter it manually if it isn't there. Your password and salt (the website's name, for example) is then used to generate a unique password for the website!

Everything is done entirely on you computer, None of your information ever leaves it!

Password

Choose a strong password that you will remember. This password and the salt you provide will be used to generate the unique password for the website of your choice.

Salt

Choose a salt Such as the name of a website, like 'newegg' or 'google'. This will be used to generate and format your unique password.

Algorithm

Algorithm:

The complex algorithm generates a longer password by splitting the initial hash into bits [0,127] and [128,256], hashing them again, and concatenating the results.

Password Policy

Select the website you would like to format the resulting password for or select 'Manual' if the website you're looking for isn't on the list.

Manual Policy Options

Special Characters:
Numbers:
Uppercase Letters:
Lowercase Letters:

Forbidden Characters


These are characters which cannot appear in the generated password. Any such characters are removed from the final password in a determinstic fashion.

Encrypted Key

This is the key computed from your password and salt.

Unique Password

This is the base64 key after applying a deterministic algorithm to enforce all formatting constraints.