Skip to content

This program is capable of encrypt and decrypt any given string using RSA Cryptosystem.

License

Notifications You must be signed in to change notification settings

GiulianaCDA/RSACrypto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RSACrypto

This program is capable of encrypt and decrypt any given string using RSA Cryptosystem.

How to use

Install gmp library on https://gmplib.org/

You might need to install a few things in order to run the file:

sudo apt-get install g++ m4 make zlib1g-dev p7zip libgmp-dev

Compile the index.cpp file using g++

g++ index.cpp -lgmpxx -lgmp

If you have any questions about how to install gmp library or how to run the code, please feel free to send me an email:

mlra@ic.ufal.br

About

This program is capable of encrypt and decrypt any given string using RSA Cryptosystem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%