Skip to content
/ curp Public

Implementation to compute mexican CURP including verification digits

Notifications You must be signed in to change notification settings

d3249/curp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

In this repository I will provide some different implementations to compute the mexican CURP (Clave Única de Registro de Población).

Because of the national scope, the rest of this documentation will be in spanish.

En este repositorio publicaré algunas implementaciones para calcular el CURP mexicano (Clave Única de Registro de Población).

El cálculo se hace basado, principalmente, en el documento INSTRUCTIVO NORMATIVO PARA LA ASIGNACIÓN DE LA CLAVE ÚNICA DE REGISTRO DE POBLACIÓN tomado de http://www.ordenjuridico.gob.mx/Federal/PE/APF/APC/SEGOB/Instructivos/InstructivoNormativo.pdf

El cálculo del dígito verificador se tomó del archivo javascript del sitio https://consultas.curp.gob.mx/CurpSP/gobmx/inicio.jsp, script CurpSP/gobmx/js/validar/curp.js, específicamente la función calculaDigito.

Actualmente la implemtación se encuentra disponible en javascript y en java.

Espero pronto publicar una versión en Ruby.


About

Implementation to compute mexican CURP including verification digits

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published