Metadata-Version: 2.1
Name: sps_crypto
Version: 1.0.6a0
Summary: Python implementation of cryptographic algorithms including RSA, ElGamal, AES, and more
Home-page: https://github.com/amspsingh04/sps_crypto
Author: Shourya Pratap Singh
Author-email: sp.singh@gmail.com
Project-URL: Bug Reports, https://github.com/amspsingh04/sps_crypto/issues
Project-URL: Source, https://github.com/amspsingh04/sps_crypto
Keywords: cryptography rsa elgamal aes des diffie-hellman
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security :: Cryptography
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
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
