Password & Hash Generators
This system uses JavaScript code to generate hashes. It runs entirely in your browser. No information is transmitted over the internet. You can verify that by disconnecting your internet connection. You will still be able to run this tool properly.
The password generation function is a standard Sha-1 algorithm run on the passphase. The result is converted to 6-bit base with the following 64-character set: ABCDEFGHIJKLMNOPRSTUVXYZabcdefghijklmnoprstuvxyz0123456789-.+.-.
Some punctuation chars are used more than once to increase the frequency. This helps passwords contain more punctuation chars, and increase security. “w” and “q” chars are removed from the list.
The hash generation functions are standard Sha-1 and md5 algorithms run on the input.
Share on Facebook