PHP 8.4.24 Released!

Voting

: six plus three?
(Example: nine)

The Note You're Voting On

mgcummings at yahoo dot com
15 years ago
Thought I might save someone else some time trying to figure out how to generate a hash like MySQL5 PASSWORD() makes using just PHP.

$hash = '*' . sha1(sha1($pass), TRUE));

<< Back to user notes page

To Top