Metadata-Version: 2.1
Name: CryptoTokenAuth
Version: 1.0.2
Summary: Cryptographic token authentication
Home-page: https://github.com/AidenEllis/CryptoTokenAuth
Author: Aiden Ellis (Dev)
Author-email: 
License: UNKNOWN
Keywords: CryptoTokenAuth,CryptoTokenAuthentication,TokenAuthentication,Token,Authentication,Crypto,token,auth
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: certifi (==2021.5.30)
Requires-Dist: cffi
Requires-Dist: cryptography
Requires-Dist: pycparser

## CryptoAuthToken  

* `A way for authenticating using token with cryptographic encryption system.`  

<br>  

## Installation  

* Install Package Using `pip`  
  ```shell script  
   python3 pip install CryptoTokenAuth  
   ```  

<br>  

### How to use:  


