> i like to store passwords for a webapplication in my postgre database.
>
> now i'm searching for a way to encrypt the passwords, something like the
> function password() for mysql.
I always run my passwords through md5sum(), which is an open source
implementation, and thus seems to've been written in every language out
there.
--
Tim Ellis
Senior Database Architect
Gamet, Inc.