Posts: 9
Threads: 4
Joined: May 2023
hi everyone
how do i use these unicode characters in my password
unicode.PNG (Size: 14.03 KB / Downloads: 2)
I would appreciate it if you could give a clear answer please.
for example password :
Byt6op125¶¥Æ¾¼§º©154 how can i break the unicode. that i wrote in red.
no matter what i did i couldn't
thanks in advance for your answer
Posts: 9
Threads: 4
Joined: May 2023
05-25-2023, 11:19 AM
(This post was last modified: 05-25-2023, 11:23 AM by amrgdnn.)
(05-25-2023, 10:15 AM)amrgdnn Wrote: hi everyone
how do i use these unicode characters in my password
I would appreciate it if you could give a clear answer please.
for example password : Byt6op125¶¥Æ¾¼§º©154 how can i break the unicode. that i wrote in red.
no matter what i did i couldn't
thanks in advance for your answer
I have 28 btc from mining in 2009. I used these characters in my wallet password. I will share with someone who teaches me how to use these characters in hashcat. I only use mask attack but
?s does not contain these characters
I use this characters but whic one ı dont know :
颡£¤¥¦§¨©ª«¬®¯°±²³´µ¶¹¸º»¼½¾¿ÀÁÂÃÄ×£
Posts: 665
Threads: 14
Joined: Sep 2017
the easiest way is to use hexcharset but for this you will need to convert these chars first
see
https://www.utf8-zeichentabelle.de/unico...e.pl?names=-
for example the following singns and its hex expression
¶ is c2 b6
§ is c2 a7
© is c2 a9
Æ ic c3 86
be aware, as hashcat works on bytesize, to crack a single © you have to use a mask of length 2 like this:
to crack Byt6op125© (for humans 10 chars, but for hashcat its 11 bytes as © is bytesize 2)
--hex-charset -1 c2c3 -2 86a7a9b6 Byt6op125?1?2
Posts: 17
Threads: 1
Joined: Jun 2020