Metadata-Version: 2.4
Name: crypto-toolkit
Version: 0.1.0
Summary: A comprehensive Python cryptography toolkit for password hashing, symmetric/asymmetric encryption, and key management
Author: WasabiRamen
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/WasabiRamen/crypto-toolkit-python
Project-URL: Repository, https://github.com/WasabiRamen/crypto-toolkit-python
Project-URL: Issues, https://github.com/WasabiRamen/crypto-toolkit-python/issues
Keywords: cryptography,encryption,hashing,bcrypt,argon2,aes,hmac,password,security,key-management
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: FastAPI
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography>=46.0.0
Requires-Dist: argon2-cffi>=25.0.0
Requires-Dist: bcrypt>=5.0.0
Requires-Dist: aiofiles>=25.0.0
Requires-Dist: APScheduler>=3.10.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: httpx>=0.24.0; extra == "dev"
Requires-Dist: fastapi>=0.100.0; extra == "dev"
Dynamic: license-file
