You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
You did a very good job. i am working on creating python wrapper for reddit, by inspecting api endpoints of reddit using android.
i am working on generating "X-hmac-signed-body" and "X-hmac-signed-result" parameters, Can you please help me with generating these 2 parameters. below is the apk source code of reddit and these parameters are generating in file "/base_source_from_JADX/sources/p013e/p551a/p787h/p788a/p789a/p792j/C8975c.java" and in function mo26422c.
Hello, first of all sorry that I havent seen this issue sooner.
Basically (for hmac body) the string "Epoch:timestamp|Body:request body" gets hmac sha256 hashed with the key from this repo.
If you got any questions, i will try to answer them asap
What is User-Agent supposed to be in Hmac Result? I put in the correct one from request header but the hmac hash don't match, is the User-Agent hashed before it is generated?
Hi @PSVita-Dev
You did a very good job. i am working on creating python wrapper for reddit, by inspecting api endpoints of reddit using android.
i am working on generating "X-hmac-signed-body" and "X-hmac-signed-result" parameters, Can you please help me with generating these 2 parameters. below is the apk source code of reddit and these parameters are generating in file "/base_source_from_JADX/sources/p013e/p551a/p787h/p788a/p789a/p792j/C8975c.java" and in function mo26422c.
app source code
https://drive.google.com/file/d/1s5xvwd3hR5BQ5zhDl826UR3-JzD25m0c/view?usp=sharing
Picture
Looking forward to hear from you.
thank you so much
The text was updated successfully, but these errors were encountered: