Re: SSN encryption
From: Paul Rubin (//phr.cx_at_NOSPAM.invalid)
Date: 09/30/05
- Previous message: arachnidster_at_gmail.com: "Re: SSN encryption"
- In reply to: arachnidster_at_gmail.com: "Re: SSN encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 29 Sep 2005 20:14:17 -0700
arachnidster@gmail.com writes:
> Unless I'm missing something fairly major, why not just use an HMAC...
> Alternately, just number sequentially, as someone else suggested.
The problem with HMAC is the output has to be much longer than the
input or else collisions are likely. The problem with numbering
sequentially is it requires preprocessing a huge database rather than
encrypting query output on the fly. Whether those problems are
insurmountable is a different question.
- Previous message: arachnidster_at_gmail.com: "Re: SSN encryption"
- In reply to: arachnidster_at_gmail.com: "Re: SSN encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]