# AES_RSA_Demo **Repository Path**: luchigster/AES_RSA_Demo ## Basic Information - **Project Name**: AES_RSA_Demo - **Description**: 基于AES和RSA的webapi加密传输例子 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2017-02-22 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 参考这个方案实现 ---- [AES与RSA相结合数据加密方案](http://blog.csdn.net/u014063717/article/details/52047614) 用到的Helper类代码从这里来 ---- [整合一个基于c#的RSA私钥加密公钥解密的Helper类,含源码](http://www.cnblogs.com/ADTL/articles/3050263.html) 这个demo只是一个实现的原型,正式使用时需要将这些加密的方法,放到过滤器中,使开发效率提高