Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 608 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 608 Bytes

Cljotp

Build Status

Generate one time passwords, HOTPs and TOTPs for your application. Should work with the Google Authenticator.

Clojure API

Get a HTOP based on a interval number

(get-hotp secret interval)

Get a TOTP based on the time

(get-totp secret)

The secret needs to be a base32 encoded secret key!

Licence

Check the LICENCE file.