# FiddlerDecryption **Repository Path**: suailll/FiddlerDecryption ## Basic Information - **Project Name**: FiddlerDecryption - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-16 - **Last Updated**: 2025-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FiddlerDecryption 功能:实时解密接口数据并格式化展示。 ![](https://img-blog.csdnimg.cn/20191026140952602.png) 代码内容: * DecryptionUtil.cs:解密方法 * RequestDecryption.cs:请求数据的解密插件 * RequestDecryptionFormat.cs:请求数据的解密&格式化插件 * ResponseDecryption.cs:返回数据的解密插件 * ResponseDecryptionFormat.cs:返回数据的解密&格式化插件 如需应用到自己的项目,修改 DecryptionUtil 中的解密算法即可。 来源:https://github.com/Gdeeer/FiddlerDecryption 更多介绍请见[Fiddler 插件开发:数据解密](https://blog.csdn.net/Gdeer/article/details/102756017)。