# RSA4096 **Repository Path**: zchhacker/RSA4096 ## Basic Information - **Project Name**: RSA4096 - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2023-10-20 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: 算法 ## README # RSA4096 Achieve RSA4096 with C language And the data is encoded after encryption, decoded before decryption 实现了RSA4096的加密解密过程,公钥加密解密与私钥加密解密分离,并且实现了加密后进行Base64编码的过程