Re: Salting with hash data



Paul Rubin <http> kirjoitti 28.02.2008:
HappyCat <noemail> writes:
There would be around 50-100k log entries monthly, and 6 months of
historical logs kept. On an average month there would be a dozen or so
queries on the data which are mainly used for debugging or analysis.

If these queries don't need quick online responses, encrypt the hashes
in the log with a public key, for which the private key is on a
separate computer locked in a safe. Do the analysis on the separate
computer and never connect the separate computer to the internet.

Presumably there should be some random data tacked onto each card
number before it is encrypted, otherwise this will offer little
protection against brute force guessing.

--
Ilmari Karonen
To reply by e-mail, please replace ".invalid" with ".net" in address.
.