/RSA_Math

Generate RSA keys, distribute them, encrypt and decrypt by following the math logic.

Primary LanguageC++MIT LicenseMIT

RSA_Math

The RSA_Math software reproduces the RSA algorithm logic, this process consists in four steps: key generation, key distribution, encryption and decryption. If you want a clear idea of this process, you can check the following link https://en.wikipedia.org/wiki/RSA_(cryptosystem)

Build Instructions

Built with