chriszarate / supergenpass

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

why have md5 and sha1 option #66

Closed weepy closed 9 years ago

weepy commented 9 years ago

seems a bit unceccessary to have both. ? Can't you just pick the best one ? e.g. SHA-2 ?

weakish commented 9 years ago

Because MD5 is faster than SHA512?

weepy commented 9 years ago

Surely the speed is irrelevant since there's only one operation that takes milliseconds

On Sun, 5 Apr 2015 16:39 Jakukyo Friel notifications@github.com wrote:

Because MD5 is faster than SHA512?

— Reply to this email directly or view it on GitHub https://github.com/chriszarate/supergenpass/issues/66#issuecomment-89794924 .

chriszarate commented 9 years ago

SGP has been around awhile. When it first came out, MD5 was the only option. I've since added SHA-512, but MD5 is kept as default since many users (including myself) have used it for years.