hashcat Forum
Many symbols how separator (--separator) - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: Many symbols how separator (--separator) (/thread-5175.html)



Many symbols how separator (--separator) - WhiteTiger - 02-13-2016

Hello. HC don`t allow a multiple symbol separators. In automatic interaction with hc i found trouble of one symbol separator. 
In some cases the salt or the password have a separator in itself. As a result, when HC found this case and write it in outfile, it`s hard to parse it right for program. 
For example: hash "abc", salt "123", password "!@:#$". In outfile from HC i have:
"abc:123:!@:#$"
This line don`t split on 3 parts by ":". But if the separator be a multiple symbols, this trouble will not exists. For example, delimiter "|||"
"abc|||123|||!@:#$"

May you add this change to HC?


RE: Many symbols how separator (--separator) - undeath - 02-13-2016

Using mulitple delimiter characters isn't really a solution, just a workaround. Use hex-salt.


RE: Many symbols how separator (--separator) - WhiteTiger - 02-13-2016

Thanks, it`s good solution. And hex plain in outfile.