Possible Duplicate:
Is it okay to truncate a SHA256 hash to 128 bits?
Can anyone tell me to what degree entropy would be affected if only the first 35 characters of a sha256 hash were to be returned? What is the risk in doing this?
Possible Duplicate:
Is it okay to truncate a SHA256 hash to 128 bits?
Can anyone tell me to what degree entropy would be affected if only the first 35 characters of a sha256 hash were to be returned? What is the risk in doing this?
Well, not sure what exactly you are asking for. Your 35 chars represent 17.5 bytes that are 140bits
256 bit: 2^256 = 1.1E+77
140 bit: 2^140 = 1,4E+42
So entropy is dramatically reduced. Hope this helps.