hashcat Forum
Special chars - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: Special chars (/thread-3414.html)



Special chars - tethys - 05-24-2014

The command ?a gives 95 chars.

On the hashcat site there are 31.
(assuming that ⇔ is these two characters: < >)

?s = !”#$%&'()*+,-./:;⇔?@[\]^_`{|}~

So 62 + 31 = 93

Is there an error?


RE: Special chars - epixoip - 05-24-2014

<=> is three characters: <, =, and >. the wiki formats it into a single character. i'll fix that.

the last character you are missing is the space character, which is actually the first character in that list on the wiki.


RE: Special chars - tethys - 05-24-2014

Makes sense, thanks a lot!