Form fixture
- Input
- test form → required identifier field
- Expected output
- U.S. passport number → plausible synthetic value
Use it when a form needs to accept U.S. passport number without depending on real data.
U.S. passport number in privacy-first sandboxes
This page focuses on using synthetic U.S. passport number in test scenarios. The goal is plausible data without touching real identifiers or implying official validation.
Use it when a form needs to accept U.S. passport number without depending on real data.
The local rule covers synthetic 9-digit numeric format; it does not cover official lookup or registry existence.
There is no simple public checksum to validate issuance from the number alone.
No. It is a test value with plausible format or digits, without lookup in official databases.
there is no promise of a public checksum or Department of State issuance.
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 passport number.