Form fixture
- Input
- test form → required identifier field
- Expected output
- PIS/PASEP → plausible synthetic value
Use it when a form needs to accept PIS/PASEP without depending on real data.
PIS/PASEP in privacy-first sandboxes
This page focuses on using synthetic PIS/PASEP in test scenarios. The goal is plausible data without touching real identifiers or implying official validation.
Use it when a form needs to accept PIS/PASEP without depending on real data.
The local rule covers 10 base digits with modulo-11 check digit; it does not cover official lookup or registry existence.
They appear in different contexts, but many systems use the same 11-digit structure with a check digit.
No. It is a test value with plausible format or digits, without lookup in official databases.
the generated number does not query employment links, benefits, CNIS or social-security records.
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 PIS/PASEP.