Category Archives: Scripting
Weard StackTrace behaviour
A colleague noticed that changing a combobox wasn’t showing the changes in the text fields below. When testing, I saw it WAS working. But with the click-once application not. After some time I noticed running the release without visual studio, it didn’t work. Although it worked when running with visual studio. Also the debug version [...]
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 [...]