Monthly Archives: February, 2010

Java MD5 (hex)

I needed to make a program in java which logins with the vBulletin login system. As you may know, many php boards use MD5 for hashing passwords. vBulletin uses a “more advanced way” of hashing, just like phpBB3. phpBB2 used just old plain MD5 hashes. So I needed to find out how I could use MD5 in [...]