jwhitbeck / otpn900

One-time password generator for the Nokia N900. Supports OAUTH tokens (HOTP, TOTP) as well as the Mobile-OTP algorithm.
GNU General Public License v3.0
4 stars 5 forks source link

otp: add base32 key support in token_set_key #3

Closed MerlijnWajer closed 11 months ago

MerlijnWajer commented 11 months ago

This will support base32 keys, I tested with base32 and hex encoded input keys.

Probably related to https://github.com/jwhitbeck/otpn900/issues/1

MerlijnWajer commented 11 months ago

Argh, I meant to open this against maeotp, but github did something silly. I think it applies here too, but I will close this for now.