12-29-2010, 05:52 PM
This would be really useful. SOme sites got hacked a few days ago. One of them uses vBulletin 4.x.x (the long salt). I don't want to use PasswordsPro because it's slow and has problems with the seperator.
Another thing. I noticed when the last character of the salt is a [space] it is broken sometimes.
It would be cool if it adds a space at the end if there are less then 3 characters.
Another thing. I noticed when the last character of the salt is a [space] it is broken sometimes.
Code:
50118cc55aa3481cc834b725a9665ed5:
f844d6bb6e961352543af0e82bf2734d: 9
8199974801239edaedb5d06444fe8ab1:y
Code:
50118cc55aa3481cc834b725a9665ed5:[space][space][space]
f844d6bb6e961352543af0e82bf2734d:[space]9[space]
8199974801239edaedb5d06444fe8ab1:y[space][space]