05-13-2015, 07:50 PM
Hello,
When I hash md5 with salt, my ouput is not correct.
Lets say salt is 01 and plain pw is "test" it will look like this:
Input: md5hash:01
Output: md5hash:01:01test
I assume the correct output (if using =3) should be md5hash:01:test
Im using cuda v1.36
Any thoughts?
Thanks!
When I hash md5 with salt, my ouput is not correct.
Lets say salt is 01 and plain pw is "test" it will look like this:
Input: md5hash:01
Output: md5hash:01:01test
I assume the correct output (if using =3) should be md5hash:01:test
Im using cuda v1.36
Any thoughts?
Thanks!