Hi everybody,
I've written some UDFs to generate passwords within DB2. They are
compatible to the functions that are used in Apache's htpasswd utility.
Maybe someone can use them.
http://sourceforge.net/project/showf...kage_id=110695
The UDFS are
apr_md5 md5 with seeding
apr_crypt crypt
apr_sha1 sha1 hash
md5 md5 hash (as returned by the php md5 function)
Regards,
Helmut