Generate one time passwords, HOTPs and TOTPs for your application. Should work with the Google Authenticator.
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!
Check the LICENCE
file.