/oath_stuff

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

Primary LanguageCGNU General Public License v3.0GPL-3.0

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!