SimpleHOTP
SimpleHOTP copied to clipboard
A lightweight HOTP Generator for Arduino
See issue #8
> Hi Jonathan Lusky, firstly, please let me say a big thank you for creating this HOTP library. **Alright, first things first.** I used a DS3231 RTC Module to generate...
Hello, the hardware platform is ESP8266, the output of running this script is "5E93D75 F2CD44EC FB0E1A5F 85F55271 EEDB6707", and the result given in the process is "// should output: //...
Hi, For some reason, when i generate a token using: gen.generateHOTP(x), it returns the token correctly but my byte array inside my flow became crazy: (...):D1:1:i;>@@m99@ig@n
Thanks for this excellent and simple library, I have it doing exactly what I need it to do on an Arduino UNO. I would now like to port my sketch...