-
Notifications
You must be signed in to change notification settings - Fork 653
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
小白请教一下 #38
Comments
生成的credentials数据不对,重新用login.py生成一下。 |
我不知道我添加的变量对不对,但是我在本地测试是正常的,麻烦指导一下,谢谢 |
核对一下远程和本地用的private_AEK_KEY是不是一样 |
你这个怎么弄的呢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
File "/home/runner/work/iMaoTai-reserve/iMaoTai-reserve/main.py", line 41, in
mobile = privateCrypt.decrypt_aes_ecb(section, aes_key)
File "/home/runner/work/iMaoTai-reserve/iMaoTai-reserve/privateCrypt.py", line 43, in decrypt_aes_ecb
plain_str = unpad(cipher.decrypt(ciphertext), AES.block_size)
File "/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/Crypto/Util/Padding.py", line 92, in unpad
raise ValueError("Padding is incorrect.")
ValueError: Padding is incorrect.
Error: Process completed with exit code 1.
这个错误是什么意思呢?
The text was updated successfully, but these errors were encountered: