Reverse engineering body request

fangclub

Newbie
Joined
Dec 1, 2014
Messages
5
Reaction score
0
Hi, I'm trying to reverse-engineer an iOS app, and I wanna understand how the app transforms my username and password. I managed to catch the request, but the body content has the username and password transformed into a string. I've been trying to find a solution to understand this or find a class/method that is responsible for this transformation yet I can't yet. Is my approach wrong?
password=417d616c6154327861347124&support_webview=1&username=62646c612c6d270c68
 
Back
Top