View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (25 forks)github user discovery
enhancementhacktoberfest

Repository metrics

Stars
 (21 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Implement US Social Security Number validator.

Requirements:

  • Validate format (XXX-XX-XXXX)
  • Check against known invalid ranges
  • Support both hyphenated and non-hyphenated input
  • Include privacy/security best practices in docs

Contributor guide