Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: storing SSNs, CCNs, password in the DB |
|---|---|
| Date: | Mon, 28 Feb 2005 15:25:57 +1100 (EST) |
Francesco said:
It's for a web-based financial application (users accessing credit-card transaction information, signing in with their card number, PIN and last 4 of SSN) so we pretty much *have* to have that information in the DB to compare at logon.
Unless you're the employer of these people, proving welfare services, or require the SSN for mandated government reporting you must NOT collect or use the SSN for authentication purposes as you can't repurpose the collection from its primary purpose. The SSN is also available in many semi-public ways, so it's not a good authenticator and is officially frowned upon. http://www.ssa.gov/pubs/10064.html The card number is a poor account identifier as attackers can loop through your institution's BIN numbers and DoS lockout your application trivially. The CCV (the three digit validator) is ephemeral data only. You must not use this in a persistent way unless you are the issuing institution, and even then you should take appropriate steps to protect the confidentiality of this data. Try again. :) Andrew
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Next by Date: | Re: storing SSNs, CCNs, password in the DB, Alvin Oga |
|---|---|
| Next by Thread: | Re: storing SSNs, CCNs, password in the DB, Alvin Oga |
| Indexes: | [Date] [Thread] [Top] [All Lists] |