{"id":20863995,"url":"https://github.com/saiteja-talluri/cryptosuite-application","last_synced_at":"2026-04-19T21:35:21.169Z","repository":{"id":118244981,"uuid":"160628595","full_name":"saiteja-talluri/cryptosuite-application","owner":"saiteja-talluri","description":"A small cryptosuite application written in C++","archived":false,"fork":false,"pushed_at":"2018-12-06T06:45:35.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-12T14:49:54.480Z","etag":null,"topics":["cryptography","miller-rabin","rsa-encryption"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saiteja-talluri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-06T06:19:16.000Z","updated_at":"2018-12-06T06:45:37.000Z","dependencies_parsed_at":"2023-04-28T18:00:29.868Z","dependency_job_id":null,"html_url":"https://github.com/saiteja-talluri/cryptosuite-application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saiteja-talluri/cryptosuite-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiteja-talluri%2Fcryptosuite-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiteja-talluri%2Fcryptosuite-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiteja-talluri%2Fcryptosuite-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiteja-talluri%2Fcryptosuite-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saiteja-talluri","download_url":"https://codeload.github.com/saiteja-talluri/cryptosuite-application/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saiteja-talluri%2Fcryptosuite-application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28038932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-25T02:00:05.988Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","miller-rabin","rsa-encryption"],"created_at":"2024-11-18T05:35:41.631Z","updated_at":"2025-12-25T22:19:04.943Z","avatar_url":"https://github.com/saiteja-talluri.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CryptoSuite\n\n\u003e This project implements a small cryptosuite application to demonstrate modular operations (addition,multiplication and exponentiation),GCD, Inverse Modulo, Discrete logarithm (using either Pohlig-Hellman, index calculus, Pollard-rho or the basic Baby Step Giant Step algorithm), RSA cryptosystem and Field Operations in Prime Fields and Binary Fields using the biginteger class in C++.\n\nIt was made as the final project for CS 101 - **Computer Programming and Utilisation** course in Autumn 2016 at Indian Institute of Technology (IIT) Bombay, India.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n1. Install the package by cloning this repo using the following command.\n```\ngit clone https://github.com/saiteja-talluri/cryptosuite-application.git\n```\n2. Navigate to the folder containing the main.cpp file. Run the following command to compile the file.\n\n```\ng++ main.cpp -o main\n```\n3. Now run the executable main generated in the src folder using the following command.\n\n```\n./main\n```\n   Now you can use all the functionalities provided by our cryptosuite application.\n\n\n## Authors\n\n* **Saiteja Talluri** - [saiteja-talluri](https://github.com/saiteja-talluri)\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Citations\n\nThe ```bigint.h``` used in this project is available open source and no copyright has been violated.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaiteja-talluri%2Fcryptosuite-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaiteja-talluri%2Fcryptosuite-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaiteja-talluri%2Fcryptosuite-application/lists"}