supermanfun
Regular Member
- Nov 26, 2008
- 227
- 33
Are you familliar with reverse engineering Android or iOS apps? I don't need a mobile app coded, I need you to reverse engineer a function in the Instagram app that generates a secure key required for sending POST requests. The key it generates is called the signed_body, it's sent in every POST request for important things like account creation. It's an HMAC SHA256 key using the private key... the private key is what I need.