Output issue
#1
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!


Messages In This Thread
Output issue - by nonada - 05-13-2015, 07:50 PM
RE: Output issue - by radix - 05-13-2015, 07:56 PM
RE: Output issue - by nonada - 05-13-2015, 08:17 PM
RE: Output issue - by philsmd - 05-13-2015, 08:49 PM
RE: Output issue - by nonada - 05-13-2015, 08:55 PM