Form fixture
- Input
- test form → required identifier field
- Expected output
- Brazilian RG SSP/SP → plausible synthetic value
Use it when a form needs to accept Brazilian RG SSP/SP without depending on real data.
Brazilian RG SSP/SP validation rules
This page focuses on using synthetic Brazilian RG 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 RG SSP/SP without depending on real data.
The local rule covers 8-digit base with SSP/SP-style check digit; it does not cover official lookup or registry existence.
No. RG is issued by state agencies and has no single national algorithm comparable to CPF.
No. It is a test value with plausible format or digits, without lookup in official databases.
RG has no single national validation rule; the page explicitly assumes the SSP/SP style.
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 RG.