chriszarate / supergenpass

A free bookmarklet password generator.
https://chriszarate.github.io/supergenpass/
GNU General Public License v2.0
418 stars 160 forks source link

sha512 allows longer passphrase. #85

Open weakish opened 7 years ago

weakish commented 7 years ago

sha512 allows passphrase up to 88 characters (base64(64_byte_sha512_digest)).

Currently SuperGenPass uses the same max value as MD5 24.

jeffmikels commented 7 years ago

I too would like to see the option to use other algorithms.