Metadata-Version: 2.1
Name: rsa-jpv
Version: 1.0.3
Summary: A 2048-bit RSA library that operates solely on integers.
Home-page: https://github.com/jpvitan/rsa-jpv
Author: Justine Paul Sanchez Vitan
Author-email: justinepaulvitan5@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<h1 align="center">rsa-jpv</h1>
<p align="center">A 2048-bit RSA library that operates solely on integers.</p>


![Badge](https://img.shields.io/pypi/pyversions/rsa-jpv)
![Badge](https://img.shields.io/pypi/v/rsa-jpv)
![Badge](https://img.shields.io/pypi/l/rsa-jpv)


## About


rsa-jpv is a 2048-bit RSA library that operates solely on integers. It has an object-oriented interface that's easy and light to use. 


## Installation


To install the library, open a terminal window and copy the command below.


```bash
pip install rsa-jpv
```


## Documentation


[API Documentation](https://github.com/jpvitan/rsa-jpv/blob/master/docs/api.md)


## Warning


This library is not suitable for any production-grade software. Don't use this to encrypt any sensitive information or data. The developer is not responsible for any damage caused by this library.


## License


This project is under the [GNU General Public License v3.0](https://github.com/jpvitan/rsa-jpv/blob/master/LICENSE). Please read the terms and conditions stated within the license before attempting any modification or distribution of the software.


## Copyright


Developed and Designed by Justine Paul Sanchez Vitan.


Copyright © 2021 Justine Paul Sanchez Vitan. All rights reserved.

