hxAri / Kanashi

Kanashi is an Open-Source project for doing various things related to Facebook, e.g Login. Logout, Profile Info, Follow, Unfollow, Media downloader, etc.
https://hxari.github.io/projects/Kanashi
GNU General Public License v3.0
39 stars 4 forks source link

Hashing algorithm #5

Closed 922tech closed 1 year ago

922tech commented 1 year ago

It made me curious how you figured out what encrypting algorithm Instagram uses to generate the 'enc_password' in the login page front-end. How really?

github-actions[bot] commented 1 year ago

Hi, thank you for reporting the issue you found, we will as soon as possible to fix the problem you reported.

hxAri commented 1 year ago

It made me curious how you figured out what encrypting algorithm Instagram uses to generate the 'enc_password' in the login page front-end. How really?

Thanks bro, I just made the program to be as similar as possible to how Instagram Web works, and the reason why I can tell is I'm doing a clone of what Instagram does when I send a request, and to find out you can monitor it with the Developer Tool in your favorite browser, and try to enter the wrong password, and see the payload of the request it made, i hope this help you :)