Jump to content

Code Clarification - bin2hex mhash


kellyalan

Recommended Posts

Hi,

 

I guess even the author of the code doesn't know what it's for. Where on earth does this come from?

 

The code is an extremely cumbersome way of writing

 

md5(time())

 

Why would one hash the current Unix time? I have absolutely no idea. Maybe they wanted a fixed length. Or maybe it's a botched security feature.

Hi,

 

I also agree with @Jacques1;

 

Has the explanation in more detail on the php manual:

 

bin2hex

Reference: http://www.php.net/manual/en/function.bin2hex.php

 

Mhash

Reference: http://www.php.net/manual/en/ref.mhash.php

 

md5

Reference: http://au2.php.net/md5

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.