zlacker

[parent] [thread] 1 comments
1. e12e+(OP)[view] [source] 2018-09-19 15:06:13
You'd at least want per record salts. But even then it's trivial to check if a given ip is in the dataset. Better, but not great. (ie: you have access to the dataset, you want to check if a given ip/time match the log - read the salt, check the hash).
replies(1): >>wongar+nm
2. wongar+nm[view] [source] 2018-09-19 17:41:26
>>e12e+(OP)
But per record hashes break the original use case: checking if a given hash is already in the database.
[go to top]