Certificate Validator

Validate birth, marriage, and death certificate registration numbers.

Need to generate a Certificate for testing?

About the Certificate Validator

The Certificate Validator checks if a birth, marriage, or death certificate registration number is mathematically valid. The registration has 32 digits with 2 verification digits calculated using the modulo 11 algorithm.

This tool is useful for developers who need to validate certificate registration formats in registration systems. The validation is purely mathematical and does not query any notary office database.

Como Funciona a Validação da Certidão?

A matrícula da certidão segue o padrão dos cartórios brasileiros:

  • 30 primeiros dígitos: Número sequencial da matrícula
  • 2 últimos dígitos: Dígitos verificadores calculados com módulo 11

O algoritmo verifica se os dígitos verificadores correspondem ao cálculo esperado, garantindo a integridade da matrícula informada.

Frequently Asked Questions (FAQ)