7
votes
1answer
363 views

Should I use the first or last bits from a sha-256 hash?

I have the need for a hexadecimal token that is smaller than the normal length of the hexadecimal representation of a sha-256 hash. Should I take the first bits or the last bits? Which of them ...