Posts: 414
Threads: 14
Joined: Mar 2012
ok just confirmed..
oclHashcat-plus-0.071 skips the first hash if the hash file is encoded with UTF-8..
the solution is easy but...
Posts: 5,185
Threads: 230
Joined: Apr 2010
Might be the BOM. You write it on windows?
Posts: 2,301
Threads: 11
Joined: Jul 2010
i think it depends on whether the BOM is set or not. If no BOM is set, everything should be ok.
Posts: 414
Threads: 14
Joined: Mar 2012
04-14-2012, 10:36 PM
(This post was last modified: 04-14-2012, 10:50 PM by M@LIK.)
Code:
file hash.hash
hash.hash: UTF-8 Unicode (with BOM) text, with CRLF line terminators
moreover.. sometimes it adds 2 weird character.. then i get this::
Code:
line length exception: 35
^^^^ with plain md5
so yea.. without BOM everything is cool..
Code:
hash2.hash: ASCII text, with CRLF line terminators
i knew ASCII is the solution..
Posts: 5,185
Threads: 230
Joined: Apr 2010
OK, thanks for letting us know this. What do you think hashcat should do in case of a BOM set?
Posts: 414
Threads: 14
Joined: Mar 2012
04-18-2012, 06:53 PM
(This post was last modified: 04-18-2012, 06:54 PM by M@LIK.)
@atom::
i dont know.. treat them normally maybe..??
Posts: 5,185
Threads: 230
Joined: Apr 2010
We do. shit in, shit out