oclHashcat returning incorrect results
#2
hello! thanks for the report, but i can not reproduce it Sad

Quote:root@sf:~/oclHashcat-0.26# cat hash
58d213cc1cd8b969069879700a78707f14144c46:91f2b

root@sf:~/oclHashcat-0.26# ./oclHashcat64.bin --quiet -m 102 hash 1234 jkl
58d213cc1cd8b969069879700a78707f14144c46:91f2b:1234jkl

root@sf:~/oclHashcat-0.26# echo 1234 > dict_l
root@sf:~/oclHashcat-0.26# echo jkl > dict_r
root@sf:~/oclHashcat-0.26# ./oclHashcat64.bin --quiet -m 102 hash dict_l jkl
58d213cc1cd8b969069879700a78707f14144c46:91f2b:1234jkl

root@sf:~/oclHashcat-0.26# ./oclHashcat64.bin --quiet -m 102 hash 1234 dict_r
58d213cc1cd8b969069879700a78707f14144c46:91f2b:1234jkl

root@sf:~/oclHashcat-0.26# ./oclHashcat64.bin --quiet -m 102 hash dict_l dict_r
58d213cc1cd8b969069879700a78707f14144c46:91f2b:1234jkl


Messages In This Thread
RE: oclHashcat returning incorrect results - by atom - 08-29-2011, 09:41 AM