We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
看起来rs-qq并没有从keyrotate服务器获取密钥的实现?
keyrotate
QQ(oicq.wtlogin.tools.e)会从https://keyrotate.qq.com/rotate_key?cipher_suite_ver=305&uin=${uin}获取指定用户的ECDH密钥并使用,QuerySpan为按秒计算的有效期。
oicq.wtlogin.tools.e
https://keyrotate.qq.com/rotate_key?cipher_suite_ver=305&uin=${uin}
QuerySpan
Mirai实现:EcdhInitialPublicKeyUpdater.kt#L80 MiraiGo实现:crypto.go?L52
The text was updated successfully, but these errors were encountered:
看起来rs-qq并没有从keyrotate服务器获取密钥的实现? QQ(oicq.wtlogin.tools.e)会从https://keyrotate.qq.com/rotate_key?cipher_suite_ver=305&uin=${uin}获取指定用户的ECDH密钥并使用,QuerySpan为按秒计算的有效期。 Mirai实现:EcdhInitialPublicKeyUpdater.kt#L80 MiraiGo实现:crypto.go?L52
这个有 V1 和 V2,会优先用 V2,如果从服务器获取失败了,会用 V1 兜底(固定的)。现在暂时只写了 V1 的,因为比较方便。
Sorry, something went wrong.
No branches or pull requests
看起来rs-qq并没有从
keyrotate
服务器获取密钥的实现?QQ(
oicq.wtlogin.tools.e
)会从https://keyrotate.qq.com/rotate_key?cipher_suite_ver=305&uin=${uin}
获取指定用户的ECDH密钥并使用,QuerySpan
为按秒计算的有效期。Mirai实现:EcdhInitialPublicKeyUpdater.kt#L80
MiraiGo实现:crypto.go?L52
The text was updated successfully, but these errors were encountered: