标签: android ssl ssl-certificate sniffing
我有一个Android应用程序,该应用程序在Api调用中使用SSL。我找到了一些解决方案来揭示事务,例如SSL Unpinning:
https://github.com/ac-pm/SSLUnpinning_Xposed
和
https://www.roe.ch/SSLsplit
https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/DecryptHTTPS
我需要一种安全的方法来确保我的应用程序安全。