There are a lot of extra passwords in these dictionaries that do not suit me.
You say that you only want passwords that start with "Ca" and are either words or phrases (not sure what's the difference). You don't know anything else that could reduce the effort by a lot.
So why don't you just try every wordlist with a "Ca" added in every line (all together) by you?
No, it's not just a password that starts with the first two characters "Ca", it's a password that makes sense, otherwise it would be impossible to pick up such a password. I don't remember if it was one word or some well-known phrase, and that's the problem. It is possible that the password has been stolen and is now in one of these password collections. I need a smart guy who can filter all passwords and leave only those with the first 2 characters "Ca".
...
No, I have not tried any of these dictionaries:
https://weakpass.com/wordlistThere are a lot of extra passwords in these dictionaries that do not suit me.
...
Make the list is simple, but since the files are huge (more than 10Gb each one) then it would take some time.
The right way to create the passwords list is:
1.-We create a folder and download all the passwords files (.txt) on that folder.
2.-We read all the files and send all the passwords that start with 'Ca' to a new file:
cat *.txt | grep '^Ca*' >> my_dic.txt
3.-Clear the repetitive passwords found in different files:
cat my_dic.txt | sort -u > final_dic.txt
Thanks, but I don't have Linux, I have Windows only.
Your moniker is, "walletrecovery" yet you're at a loss recovering a wallet? It's a play on words, right or should we otherwise say you're just playing around with such a request. I saw your other thread
Address syntax inside the 10000 BTC wallet.dat file where you also asked for help on wallet issue. How is anyone sure you're even going to make good on what you've promised here if the wallet is cracked?
Yes, at that time we did not understand some details, now everything is in order. The topic you are writing about, there were some experiments and the wallet with 10000 BTC be a fake. There is a new version of the "pywallet" program, now we can determine without errors whether the wallet is fake or genuine, and we can also find out the date and time when the wallet was encrypted. At that time, someone noticed our incompetence and wrote us "-1" in the trust and it was very cruel.
[moderator's note: consecutive posts merged]