glv2 / bruteforce-wallet

Try to find the password of an encrypted Peercoin (or Bitcoin, Litecoin, etc...) wallet file.
Other
352 stars 134 forks source link

Special characters #30

Closed goldminers closed 3 years ago

goldminers commented 3 years ago

I'm trying to add special characters in the configure file.

I added '!@#$' to as_cr_letters but I think it is getting rejected later in the program. I also tried adding it to as_cr_digits. Same results

glv2 commented 3 years ago

If your purpose is to change the character set that will be used to bruteforce the password, you can either use the '-s' option when starting the program, or change the value of the default_charset variable near the top of 'src/bruteforce-wallet.c' and recompile.

goldminers commented 3 years ago

Thank you! adding the special characters to the default_charset worked.

le2Ks commented 2 years ago

Hi, i've added special characters and it worked.

However, there is a problem with the special character: \

in fact the code simply ignores that special characters, i have no idea why ...

All others perfectly works, including that slash bar in the other way: /