Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

由于Base32编码的问题,一些常用的组件库没有填充base32编码,所以密钥长度不是8的倍数会产生错误口令。 #1

Open
zishang520 opened this issue Jun 16, 2022 · 0 comments
Labels

Comments

@zishang520
Copy link
Owner

如果不需要对base32非8倍数的长度进行填充,文件 /utils/base32.js中注释掉 this.buf.push(this.carry);即可。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant