J-Kit
Português

Brazilian driver license number for test fixtures

Brazilian driver license number for safe fixtures

This page focuses on using synthetic Brazilian CNH in test scenarios. The goal is plausible data without touching real identifiers or implying official validation.

How to use synthetic Brazilian driver license number safely

  • The tool generates synthetic Brazilian CNH following 9-digit base with two modulo-11 check digits. That is enough for masks, fixtures and contract tests that depend on plausible format.
  • mathematical validity does not prove licensing, record status, class or driving rights.
  • Use it for staging registrations, mask validation and check-digit tests. Do not send the value to real verification, official registration, credit, employment, KYC or government services.

Useful test scenarios

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.

Local rule test

Input
mask / prefix / check digit
Expected output
accepted locally → never treated as verified identity

The local rule covers 9-digit base with two modulo-11 check digits; it does not cover official lookup or registry existence.

Full tool FAQ

No. It only follows the mathematical format used by form validators.

Frequently asked questions

Is synthetic Brazilian driver license number a real document?

No. It is a test value with plausible format or digits, without lookup in official databases.

What is the key limitation when using Brazilian driver license number in tests?

mathematical validity does not prove licensing, record status, class or driving rights.

How can privacy risk be reduced?

Generate the value in the browser, do not store it in URLs or logs, and ensure analytics receives only action metadata, never the identifier.