Search content
Sort by

Showing 3 of 3 results by cryptobabi
Post
Topic
Board Bitcoin Technical Support
Re: why my btcrecover cant produce different combinations
by
cryptobabi
on 14/01/2025, 10:45:47 UTC
should there be many combinations when the txt contents as   ee%3d
but the actual output is as follows:
*          Security: Warning          *
* * * * * * * * * * * * * * * * * * * *

Notice: Loading File:  token.txt
ee%3d
Notice: Finished File:  token.txt
1 password combinations










i dont know where is the problem
Post
Topic
Board Bitcoin Technical Support
Re: why my btcrecover cant produce different combinations
by
cryptobabi
on 14/01/2025, 10:03:50 UTC
Please post the whole command here.

python btcrecover.py  --listpass --passwordlist token.txt



contents of token.txt      line1: ee   line2: tt

output: 2 combinations
ee
tt


there are no combinations at all.
the correct output i think is as follows:
ee
tt
eett
ttee



right?
Post
Topic
Board Bitcoin Technical Support
Topic OP
why my btcrecover cant produce different combinations
by
cryptobabi
on 14/01/2025, 08:03:10 UTC
i type one word per line as follows in a txt file
ee
tt

but when run btcrecover.py    there only comes out two combinations  ee and tt, and that does not align with what is said in the document.  the right output is  eett   ee   tt   ttee

is there something that i am not doing right?  who can help me