如何通过c#登录instagram?

问题描述 投票:0回答:1

我尝试使用c#登录Instagram,但有一件事ı无法解决。

当ı查看登录ajax请求时,ı可以看到用户名和enc_password,但ı不知道如何在c#中创建enc_password字段。

enc_password 样子https:/i.stack.imgur.com7soog.png。

ı有一些其他语言的解决方案,但ı不能转换c#。https:/github.comdilameinstagram-private-apiissues1010。

ı应该怎么做?谢谢你的帮助。

c# ajax authentication instagram
1个回答
0
投票

enc_password包含:加密版本,unixtime和base64加密字符串,采用Aes-256-gcm加密。密码包含额外的数据(时间),这就是为什么Ashish Sharma函数不一样,不能解决你的问题。

© www.soinside.com 2019 - 2024. All rights reserved.