PINer
PINer is a PIN management framework consisting of a library, reference implementation, and accompanying tools designed to manage Personal Identification Numbers (PINs) used for authentication and access control. It provides facilities for PIN generation, secure storage, verification, rotation, and revocation across heterogeneous systems such as ATMs, card payment terminals, corporate access systems, and mobile apps.
PINer supports multiple PIN schemes, including static PINs, dynamic PINs, and one-time PINs (OTPs). For OTPs,
The architecture of PINer typically includes a central PIN service, client SDKs for various platforms, a secure
Security and compliance in PINer focus on cryptographic protection of PIN data, using salted hashes and key
See also: Personal identification number, HOTP, TOTP, PBKDF2, Argon2, HSM.