# RSADemo **Repository Path**: zhangduck/RSADemo ## Basic Information - **Project Name**: RSADemo - **Description**: Objective-C基于RSA/ECB/OAEPWithSHA-256AndMGF1Padding加密方法。 - **Primary Language**: Objective-C - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2021-07-21 - **Last Updated**: 2023-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RSA-OAEPWithSHA256AndMGF1Padding ###主要使用场景 1.Objective-C针对于指定公钥(publicKey)的模(mod)和幂(exp)进行RSA/ECB/OAEPWithSHA-256AndMGF1Padding加密 ###详细介绍 参考个人简书: https://www.jianshu.com/p/f488f8631ac8 ###本解决方案可能存在问题 1.头文件找不到这里低级问题:search Paths问题。 2.本方法由于引用opensslinclues所有头文件,这里可以优化。