etnt / ehotp

Erlang implementation of the HOTP algoritm (RFC-4226)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erlang implementation of the HOTP algoritm (RFC-4226)

The RFC-4226 describes HOTP:

An HMAC-Based One-Time Password Algoritm

ehotp implements the algorithm described in the RFC-4226 plus a supporting framework for building an authentication system based on One-Time Passwords (OTPs).

The basic idea is to authenticate a user with a personal PIN code + an OTP that the user has generated.

INSTALL

Clone it and run: make.

RUN

erl -pa ./ebin -s ehotp

About

Erlang implementation of the HOTP algoritm (RFC-4226)

License:MIT License


Languages

Language:Erlang 100.0%