Custom Hashing Algorithms
#1
So I have a bunch of hashes made with
md5(sha1(md5(sha1(sha1(hash('sha512',"password"))))))

Wouldn't it be awesome if you could create a custom file with 1 hash type and make it yourself using existing methods

0(100(100(100(100($hash)$salt)))) for example would be md5(sha1(sha1(sha1(sha1($hash)$salt))))

Something like this for example.


Messages In This Thread
Custom Hashing Algorithms - by Repentance - 04-22-2015, 09:15 PM
RE: Custom Hashing Algorithms - by epixoip - 04-22-2015, 09:31 PM
RE: Custom Hashing Algorithms - by Rolf - 04-22-2015, 09:39 PM
RE: Custom Hashing Algorithms - by epixoip - 04-22-2015, 09:52 PM
RE: Custom Hashing Algorithms - by Rolf - 04-24-2015, 05:34 AM
RE: Custom Hashing Algorithms - by mastercracker - 04-23-2015, 11:36 AM
RE: Custom Hashing Algorithms - by atom - 04-24-2015, 01:49 AM
RE: Custom Hashing Algorithms - by Repentance - 04-25-2015, 07:31 PM
RE: Custom Hashing Algorithms - by epixoip - 04-24-2015, 03:50 AM
RE: Custom Hashing Algorithms - by atom - 04-27-2015, 01:46 PM
RE: Custom Hashing Algorithms - by Repentance - 04-30-2015, 09:28 PM
RE: Custom Hashing Algorithms - by Repentance - 08-26-2015, 01:45 PM
RE: Custom Hashing Algorithms - by radix - 08-26-2015, 06:55 PM