Metadata-Version: 2.1
Name: sps_crypto
Version: 1.0.4
Summary: Python implementation of the cryptographic algos
Home-page: https://github.com/amspsingh04/sps_crypto
Author: Shourya Pratap Singh
Author-email: sp.singh@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

## Functions available so far

### Ciphers
Implementation of the following algorithms:
Caesar
Vigenere
Hill
Playfair

### DES Encryption
A Python implementation of the DES encryption algorithm.

## Installation

```bash
pip install sps-crypto
