Skip to content

SSNGenerator generator

Generate locale-aware social-security identification numbers through Faker.

Why: Use SSNGenerator for locale-shaped social-security identifiers in synthetic person records; use Hash on a source identifier when stable de-identification is required.

Category: us.

Output: str.

1
<key name="value" generator="SSNGenerator(locale='en_US')"/>

Parameters

  • locale: str | null; Default en_US — Faker locale selecting the social-security-number provider.