Form fixture
- Input
- test form → required identifier field
- Expected output
- Brazilian driver license number → plausible synthetic value
Use it when a form needs to accept Brazilian driver license number without depending on real data.
Brazilian driver license number in privacy-first sandboxes
This page focuses on using synthetic Brazilian CNH in test scenarios. The goal is plausible data without touching real identifiers or implying official validation.
Use it when a form needs to accept Brazilian driver license number without depending on real data.
The local rule covers 9-digit base with two modulo-11 check digits; it does not cover official lookup or registry existence.
No. It only follows the mathematical format used by form validators.
No. It is a test value with plausible format or digits, without lookup in official databases.
mathematical validity does not prove licensing, record status, class or driving rights.
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 CNH.