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?
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