/RSA

This is a windows cpp version of RSA, MODIFY from a C library for RSA encryption which is Created by Andrew Kiluk.

Primary LanguageC++MIT LicenseMIT

RSA-Library

This is a C library for RSA encryption. It provides three functions for key generation, encryption, and decryption. Detailed descriptions of these functions are provided in the header file rsa.h.

I make no claim that any good encyrption practices are used here. Probably don't use this for any production purposes.

Created by Andrew Kiluk, Modify by Tony2278, for VS2017 in windows