Application for encryption of messages using RSA Algorithm.
Run through cmake in the terminal
Note: cmake version 3.26.4 or higher is required
- Clone repo
- Go to Build folder
- Open terminal and type
cmake --build .
- Type
./cmake_build
The program will run.