Skip to content

etnt/ehotp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages