Skip to content

Implementation of RSA Encryption in C(made for CSE13s Assignment 5)

Notifications You must be signed in to change notification settings

RedInJapanese/RSA-Encryption

Repository files navigation

RSA Encryption

These programs implement the RSA encryption algorithm using Carmichael's lambda function instead of Euler's totient function

Building

Run the following to build the 'keygen', 'encrypt' and 'decrypt' executables

make

In order to build them separately, you can append either 'keygen', 'encrypt', or 'decrypt'.

Run the following to delete executables and objects

make clean

Running Keygen

./keygen

Running Encrypt

./encrypt

Running Decrypt

./decrypt

About

Implementation of RSA Encryption in C(made for CSE13s Assignment 5)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published