Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 327 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 327 Bytes

libOTP

One time password library implementing HOTP(RFC 4226) and TOTP(RFC 6238).

Installation

Execute the following commands to install the library:

$ ./configure
$ make
$ sudo make install