Metadata-Version: 2.1
Name: j-crypto
Version: 0.1
Summary: Helper fucntions to deal with RSA keys
Home-page: https://github.com/foothub/crypto-utils
Author: Acciaioli Valverde
Author-email: acci.valverde@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: pyjwt
Requires-Dist: cryptography

j crypto
---------------------------

[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)

Helper functions to create and Load RSA private/public keys

Install
------------
```
pip3.7 install j_crypto
```

Use
------------
```
j-cryto-create-pair
```


