Skip to content

[CS 101 - IIT Bombay] A tiny cryptography application written in C++

License

Notifications You must be signed in to change notification settings

vamsi3/IITB-Computer-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Cryptosuite

This project implements the RSA encryption and decryption algorithms. It also implements the Discrete Logarithm using Baby-step Giant-step algorithm. Also, Miller-Rabin test is used as a test for primality in this code.

It was developed during the CS101 (Computer Programming in C++) introductory course at IIT Bombay.

Getting Started

Just clone the repository and compile & execute main.cpp. No prerequisite software/tools needed.

Author

  • Vamsi Krishna Reddy Satti - vamsi3

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgements

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages