Is it possible to build a partial search mechanism on hashed values? [on hold]
I am hashing some sensitive values to support search mechanism as decrypting the values at run-time would be time consuming. I’m using SHA-512 with salt.
For now, things look good. I have the hashes of the original values st… Continue reading Is it possible to build a partial search mechanism on hashed values? [on hold]