Fwd: Creating md5 passwords in PHP for the PostgreSQL pg_shadow table
am 21.01.2003 01:14:28 von Matthew HoroschunHi All,
I've figured this out myself... but I thought I might just let the list
archives know so that others don't need to work it out for themselves.
To create a md5 password suitable for use in the PostgreSQL pg_shadow
table:
$md5_passwd = 'md5' . md5( $password . $username );
The username acts as salt.
Matthew.
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
http://archives.postgresql.org