invalid hash value
#1
Hi guys!
I am newbie here.
Can tell me somebody why i got from time to time messages "invalid hash value", like on picture?

<edit>
I've removed this shit for the second time now. Do not post hashes here.
</edit>

What its mean?
Is it mean, that this hashes is uncrackable? And why?
All of them is 13 proper char length.
Or somebody can tell me how to find this types of hashes from big (100mb) list and how to crack them.
I will be very thankful for any help!
Many thanks!
#2
in descrypt, 11 char from 13 are the hash digest. they are base64 encoded. so the result from length 11 * 6 = 66 - but the hash is only 64 bit. that means a "valid" descrypt can not have set the last 2 bit. your hashes do have them set for whatever reason.
#3
Ok, thanks Admin!
This hashes was grabbed from really passfiles
have i any chance to decrypt them?
And second question, dear Admin:
Any tool for sorting this types of hashes?
to remove them from my hashlist?
#4
use --remove and -o
#5
many thanks, radix