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

计算loginkey失败 #10

Closed
Eocil opened this issue Mar 21, 2023 · 4 comments
Closed

计算loginkey失败 #10

Eocil opened this issue Mar 21, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Eocil
Copy link

Eocil commented Mar 21, 2023

计算loginkey失败
image

@Eocil Eocil changed the title 计算loginkeay 计算loginkey失败 Mar 21, 2023
@Pandaft Pandaft added the bug Something isn't working label Mar 21, 2023
@Pandaft
Copy link
Owner

Pandaft commented Mar 21, 2023

RSA 加密文本过长,最多只支持 117 个字符,但加密的文本却达到 119 个。

data = json.dumps({
"userName": account,
"password": password,
"rand": ocr_result,
})

RSA 加密的文本由 账号密码验证码 组成,其中 验证码 固定长度为 4,所以是 账号密码 的长度加起来太长所导致。尝试将修改密码,将长度减少 2 位或以上后,再使用程序登录试试。

@Pandaft
Copy link
Owner

Pandaft commented Mar 21, 2023

找到了不用修改密码的解决方法,稍后修复并发布最新版。

@Pandaft
Copy link
Owner

Pandaft commented Mar 21, 2023

已发布新版,试试看。

@Eocil
Copy link
Author

Eocil commented Mar 21, 2023

成功了

@Eocil Eocil closed this as completed Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants