# RSA2048 **Repository Path**: lit-wang-xueqiang/RSA2048 ## Basic Information - **Project Name**: RSA2048 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-02-02 - **Last Updated**: 2024-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RSA2048 ### Public key encryption, private key decryption;Private key encryption, public key decryption. Implement RSA algorithm based on C language, support public key encrypted, decrypted, private key encrypted, decrypted. ### among them: Function RSA2048 is used to encrypt and decrypt. 此工程实现了RSA2048利用已有公钥私钥进行加密解密的过程,实现方式是使用PSCK1方式进行填充