Skip to content
/ RSA Public

RSA algorithm implementation in C language using GMP library.

License

Notifications You must be signed in to change notification settings

fotisolgr/RSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RSA implementation using GMP library


Information about the implementation:

To implement the RSA algorithm and in order to manage large numbers, we have to install GMP library following the instructions in this website. The implementation of RSA encryption was done in C language.


Compilation command:

gcc rsa.c -o rsa -lgmp


Execution command:

./rsa


About

RSA algorithm implementation in C language using GMP library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages