[Bug 0.14] Wrong hash target [Visual Bug]
#8
This is a visual bug only, it still finds the correct password. What you are seeing is not a "corrupt" hash, but rather the byte-swapped hash (SHA1 is big endian, x86 is little endian.) This is actually what the hash looks like internally. Normally it is then byte-swapped back for display purposes, and that is what's not being done.


Messages In This Thread
RE: [Bug? 0.14] Wrong hash target - by undeath - 02-05-2013, 11:46 AM
RE: [Bug? 0.14] Wrong hash target - by Hash-IT - 02-05-2013, 12:38 PM
RE: [Bug? 0.14] Wrong hash target - by themask - 02-05-2013, 06:05 PM
RE: [Bug? 0.14] Wrong hash target - by undeath - 02-05-2013, 06:10 PM
RE: [Bug? 0.14] Wrong hash target - by themask - 02-05-2013, 06:44 PM
RE: [Bug? 0.14] Wrong hash target - by undeath - 02-05-2013, 06:55 PM
RE: [Bug? 0.14] Wrong hash target - by epixoip - 02-05-2013, 08:10 PM
RE: [Bug? 0.14] Wrong hash target - by epixoip - 02-05-2013, 08:31 PM