Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: How to go about a password you know has 3 - 5 more or less known words?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
instead of
Code:
...

you should of course insert the path names as explained above.


Yeah, the BOM is indeed a problem, you should open the file in Notepad++ and store the file without BOM . that's inserting weird characters at the start of the file without any valid reason and the tools of course do use it (do not ignore it)
(07-05-2020, 06:47 PM)philsmd Wrote: [ -> ]Yeah, the BOM is indeed a problem, you should open the file in Notepad++ and store the file without BOM . that's inserting weird characters at the start of the file without any valid reason and the tools of course do use it (do not ignore it)

Removing the BOM did the trick. Thanks, mate. You're a life saver.
Pages: 1 2