Skip to content

3.1.0

Choose a tag to compare

@daegalus daegalus released this 16 Jun 06:30
· 19 commits to master since this release
  • Bug where all secrets were being treated as Base32 by default, when RFC default is ASCII. Base32 is only when using Google Authenticator mode. This came about due to even when not using Google, secrets were Base32 encoded anyway by most implementations, so the bug wasn't caught, including my tests where I pre-encoded everything as Base32. (thanks @pt-rick for catching this.)
    • Used notp and otplib to verify my outputs.