Metadata-Version: 2.4
Name: cryptsp
Version: 0.0.1
Summary: A Python library offering a comprehensive collection of predefined encryption and decryption algorithms for secure and efficient cryptography.
Project-URL: Homepage, https://github.com/Vatsaboii/cryptsp
Project-URL: Issues, https://github.com/Vatsaboii/cryptsp
Author-email: Srivatsa Palepu <vatsaboii36@gmail.com>
License-File: LICENSE.md
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.0
Requires-Dist: bcrypt>=4.0.1
Requires-Dist: pycryptodome>=3.19.0
Requires-Dist: pyjwt>=2.10.1
Requires-Dist: python-jwt>=4.0.0
Description-Content-Type: text/markdown

🌌 Cryptsp: The Next Generation Cryptography Library 🚀

Secure, Powerful, and Ready for the Future

Welcome to Cryptsp, a modern cryptography library designed to simplify and enhance your encryption, decryption, and security workflows. Whether you're a beginner or a seasoned developer, Cryptsp is your go-to toolkit for building robust, secure applications.

✨ Why Choose Cryptsp?

Ease of Use: Simplified APIs for complex cryptographic functions.
Versatile Features: Supports both symmetric (AES, ChaCha20) and asymmetric (RSA) encryption techniques.
Hybrid Encryption: Combines RSA and AES for the best of both worlds.
Modern Hashing: SHA-256, SHA-512, and bcrypt for robust password security.
File Encryption: Protect your files with one simple function.
Secure Tokens (JWT): Seamlessly generate and verify JSON Web Tokens.
Key Derivation: Generate secure encryption keys from passwords using PBKDF2.
Futuristic Performance: Lightweight, optimized, and easy to extend.
📈 Advantages of Cryptsp

🔒 Unparalleled Security
Built on industry-leading cryptography libraries like PyCryptodome and JWT, Cryptsp ensures your data is encrypted with state-of-the-art algorithms.

⚙️ Developer-Friendly
Easy-to-use functions save time and reduce the complexity of writing cryptographic code.

📂 File Security
Encrypt and decrypt files with support for multiple algorithms, making it a perfect fit for securing sensitive data in transit or storage.

🌍 Cross-Domain Applications
Ideal for use in fields such as:

FinTech
Healthcare
IoT devices
Enterprise Applications
🚀 Lightweight and Fast
Designed to perform without draining resources, Cryptsp is highly efficient even on systems with limited capacity.

🔧 Extensibility
Open-source and modular, so you can easily add new encryption algorithms or customize it for your use case.

🛠️ Installation

Get started in seconds! Install Cryptsp using pip:

pip install cryptsp