I need a source code of md5 function written in php. (Not C, really on pure php) Where I can get this? Thanks.
I need it to make some changes to the algorithm.
|
I need a source code of md5 function written in php. (Not C, really on pure php) Where I can get this? Thanks. I need it to make some changes to the algorithm. |
||||
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
You can write your own based on this md5 algorithm as pseudo code. But if the function Or you could use this implementation done by a SO member. On the same topic : |
||||
|
|
|
Take a look at the MD5 function, built into PHP. |
|||||||
|
|
$in front of all variables... C is really different from PHP. – NikiC Oct 2 '10 at 8:55