05-01-2017, 09:54 PM
First you need to find out what encoding to use, then you can create a charset file: https://hashcat.net/wiki/doku.php?id=mas...rset_files
If you need a multibyte character (utf-8) you need to split everything into the individual bytes of the character.
If you need a multibyte character (utf-8) you need to split everything into the individual bytes of the character.