Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
This is what I do:[code]md5($salt.$p.$userhash);[/code]where $userhash is the defined hash for that specific user.I did consider[code]md5($salt.md5($userhash.$p));[/code]
This is what I do:
[code]
md5($salt.$p.$userhash);
[/code]
where $userhash is the defined hash for that specific user.
I did consider
md5($salt.md5($userhash.$p));
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences