21.01.2013, 15:35
udb_hash is Adler32, which is in fact a checksum algorithm rather than a real hashing algorithm. It's very insecure, though I believe it comes bundled with PHP. Nevertheless, I recommend you use some stronger hashing algorithm like sha2 (or md5/sha1 with salt if < MySQL 5.5).