Metadata-Version: 2.4
Name: hybrid-encrypt
Version: 1.0.0
Summary: A hybrid encryption library combining RSA-2048 and AES-256 for secure message encryption and decryption
Author-email: Vamsi Krishna <arjunkumar.horizon@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/raptor7197/hybrid-encrypt
Project-URL: Repository, https://github.com/raptor7197/hybrid-encrypt
Project-URL: Issues, https://github.com/raptor7197/hybrid-encrypt/issues
Project-URL: Changelog, https://github.com/raptor7197/hybrid-encrypt/CHANGELOG.md
Keywords: encryption,decryption,hybrid-encryption,rsa,aes,aes-256,cryptography,security,crypto
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rsa>=4.9
Requires-Dist: cryptography>=42.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-cov>=5.0; extra == "dev"
Dynamic: license-file
