Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
5answers
4k views

Is there a Social Security Number reserved for testing/examples?

Is there a SSN that is roughly the equivalent of example.com - something that is widely (and officially) recognized as an example/test value only? Clarification: As per my comment, what I'm really ...
10
votes
11answers
3k views

Storing Social Security Numbers

The HR department at the company that I am currently working for has requested that I provide a system for storing employee social security numbers in our company database. The reason for this is to ...
3
votes
2answers
232 views

Unable to run TortoiseGit + cntlm + proxy server

I'm tryng to start using Git on GitHub. Unfortunately I can't manage to get it working, I always receive, when I try to clone the repository, the message "Connection refused". Since I'm behind a proxy ...
2
votes
1answer
436 views

New Rules to validate US social security number(SSN)

I need to validate US SSN number. Currently I have below rules: Should be 9 digits long. Not allowed are SSNs with all zeros in any digit group (000-xx-####, ###-00-####, ###-xx-0000). Not ...
2
votes
3answers
304 views

Best Practices / Patterns for Enterprise Protection/Remediation of SSNs (Social Security Numbers)

I am interested in hearing about enterprise solutions for SSN handling. (I looked pretty hard for any pre-existing post on SO, including reviewing the terriffic SO automated "Related Questions" list, ...
2
votes
8answers
580 views

The best choice for Person table primary key

What is your choice for primary key in tables that represent a person (like Client, User, Customer, Employee etc.)? My first choice would be an SSN number. However, using SSN has been discouraged ...
0
votes
0answers
134 views

Best way to store client W8/W9/SSN?

We need to store client W8/W9 forms in order to make payouts to them. Since some of this information include SSN and other personally identifiable data, we would prefer not to store the information on ...
-8
votes
1answer
98 views

Need a Java API to verify the SSN [closed]

I want to know whether there is an API in java to see whether a given SSN matches the name provided by a person.