What is the hash method producing 128-bit output (32 hex chars) with lowest collision likelyhood? [migrated]

I need to utilize the UUID datatype (128bit) for storing my hashes. The goal is to be able quickly calculate/identify different records by comparing it rather than millions of 1-10k char long strings. So the goal here is not the security (… Continue reading What is the hash method producing 128-bit output (32 hex chars) with lowest collision likelyhood? [migrated]

Safest alternative for hashing credit card numbers to use the hash as fingerprint?

Same question asked here in 2014 but since a lot has changed since then, I would like to get feedback from experts on the latest best practices.

The problem

We need to hash credit card numbers to use as fingerprints. We’re aiming for the… Continue reading Safest alternative for hashing credit card numbers to use the hash as fingerprint?