Form fixture
- Input
- test form → required identifier field
- Expected output
- SSN → plausible synthetic value
Use it when a form needs to accept SSN without depending on real data.
SSN in privacy-first sandboxes
This page focuses on using synthetic SSN in test scenarios. The goal is plausible data without touching real identifiers or implying official validation.
Use it when a form needs to accept SSN without depending on real data.
The local rule covers 9 digits with SSA area, group and serial exclusions; it does not cover official lookup or registry existence.
No. Common validation is based on structure and excluded ranges, not a checksum.
No. It is a test value with plausible format or digits, without lookup in official databases.
SSN has no checksum; plausible format does not prove issuance, ownership, employment or credit eligibility.
Generate the value in the browser, do not store it in URLs or logs, and ensure analytics receives only action metadata, never the identifier.
Generation happens locally in the browser. Analytics receives only action, status, type and format — never the generated SSN.