nyxxxie / oath_stuff

Implementation of some OATH algorithms (currently only HTOP and TOTP) created for funsies!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple implementation of the event-based HOTP algorithm (RFC4226) and the time-based TOTP algorithm (RFC6238). I was facinated by these algorithms and their adoption by huge businesses and companies for one-time password generation, so I decided to write my own implementation of them for fun!

About

Implementation of some OATH algorithms (currently only HTOP and TOTP) created for funsies!

License:GNU General Public License v3.0


Languages

Language:C 98.7%Language:Makefile 1.3%