Skip to content

A simplified RSA based algorithm to encrypt/decrypt a message

Notifications You must be signed in to change notification settings

AlexandruRO45/RSA

Repository files navigation

RSA Public-Key Encryption Algorithm

This repository contains the implementation of the RSA algorithm in C++.

Installation

To install the required dependencies, run the following command:

sudo apt-get install libboost-all-dev

Usage

To use the RSA algorithm, run the following command:

g++ rsa.cpp -o rsa
./rsa

For windows, you have directly the executable file. Note that the executable file may need re-compilation.

About

A simplified RSA based algorithm to encrypt/decrypt a message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages