add createKey and createKeySVG methods, support base32 key encoding
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 8 Sep 2023 21:38:52 +0000 (14:38 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 9 Sep 2023 19:13:52 +0000 (12:13 -0700)
commit0f47cb65da1c1619c998f9c4cd297279d647bf9c
tree17e11db15962a0dcc7f78a01922f0a77ab61fcf1
parent2207e51e71606cbd1b4e3a688d450a79853dc8e9
add createKey and createKeySVG methods, support base32 key encoding
.eslintrc.json
lib/hotp.js
lib/totp.js
package-lock.json
package.json
test/hotp.js
test/totp.js