substr(md5(md5($pass)))
#1
Hi all,

Would it be possible to have added an algorithm that does substr(md5(md5($pass))) ?

It's basically for StuffIt 5 hashes, that are stored as a 40-bit cut from the 160-bit result of double-hashing the password with MD5.

I've seen the feature request from several years ago and even tried to add it myself basing on md5(md5($pass)) code, but I don't get where the code should be added to :p

Thanks in advance.


Messages In This Thread
substr(md5(md5($pass))) - by claunia - 03-01-2016, 08:48 PM
RE: substr(md5(md5($pass))) - by philsmd - 03-01-2016, 09:08 PM
RE: substr(md5(md5($pass))) - by claunia - 03-01-2016, 09:15 PM