Hash problem(php/pawn)
#2

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).
Reply


Messages In This Thread
Hash problem(php/pawn) - by MattSlater - 21.01.2013, 14:52
Re: Hash problem(php/pawn) - by Vince - 21.01.2013, 15:35

Forum Jump:


Users browsing this thread: 2 Guest(s)