Metadata-Version: 2.1
Name: pysafecrypto
Version: 0.1
Summary: Python package for handling RSA encrption
Home-page: https://github.com/ScreedVA/pysafecrypto?tab=readme-ov-file
Author: techscreed
Author-email: techscreed@gmail.com
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# (pysafecrypto) Encryption Package

<img src="https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExZGh0OXg2Ym53d25oMWNlM2Mxamt6bDN3ZmwxMDcwOWJpdHdrdXd0OCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/6OrCT1jVbonHG/giphy.gif" alt="Hacking GIF" width="300">

## Table of Contents

- Introduction
- Features
- Installation
- Usage
- Contact Info
- Dependencies
- References

## Introduction

I was writing my first semester university research report on the implications of quantum computing towards binary algorithms, when I first encountered the facinating concepts found within encryption. This package (currently) supports a mini RSA Key Generator, entirely unsuitable for official encryption over any network transfer protocols, however perfect for anyone wishing to learn and practice encryption and decryption with various algorithms.

## Features

- Methods for directly generating mini(6-10) digit RSA Keys
- Methods to find the multiplicative inverse modulo of a given integer(e) and modulo (n)
- Methods to easily find the greatest common divisor between two integers
- Methods to check if two integers are co-prime
- Methods to generate a co-prime integer given an input integer(n)

## Installation

> Coming Soon...

## Usage

> Coming Soon...

## Contact Info

[Linkedin Profile](https://www.linkedin.com/in/christian-damete-yeboa-bb79442a3/)
