# RSA Tool

For my Introductory Computer Science course's final project, I chose to build a RSA tool from scratch using Python. It encrypts and decrypts alphanumeric strings by using their ASCII values, and has a password manager feature where users can store their passwords. The users can even load in their own public and private keys to work with messages encrypted in a different instance of the program. This project was a great learning experience, as it was my first real look at cryptography. I implemented complex modular arithmetic, such as the Extended Euclidean Algorithm.

It's very basic, but helped me understand the math behind RSA a lot better and was fun to make!

[Check it out here.](https://github.com/SSSanghvi/rsa_tool)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sanghviss.gitbook.io/sahil-sanghvi/technical-things-ive-done/rsa-tool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
