Metadata-Version: 2.4
Name: easy_encryption_tool
Version: 2.8.2
Summary: 易加密 CLI 工具，支持 AES/SM4/ZUC/RSA/ECC/SM2 等加解密与签名验签
Home-page: https://cipherhub.cloud
Author: bowenerchen
Author-email: bowener.chen@gmail.com
License: MIT
Project-URL: Documentation, https://pypi.org/project/easy-encryption-tool/
Keywords: encryption cli tool security aes sm4 sm2 sm3 zuc hmac hash ecc rsa gmssl
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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: Programming Language :: Python :: 3.13
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0
Requires-Dist: cryptography>=42.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: requests>=2.28
Requires-Dist: pyopenssl>=24.0
Requires-Dist: rich>=13.0
Requires-Dist: rich-click>=1.9.1
Requires-Dist: prompt-toolkit>=3.0
Provides-Extra: gmssl
Requires-Dist: easy_gmssl>=2.0.1; extra == "gmssl"
Provides-Extra: pqc
Requires-Dist: cryptography>=45.0; extra == "pqc"
Provides-Extra: kms
Requires-Dist: boto3>=1.26; extra == "kms"
Requires-Dist: tencentcloud-sdk-python-kms>=3.0.0; extra == "kms"
Requires-Dist: alibabacloud-kms20160120>=2.0.0; extra == "kms"
Requires-Dist: huaweicloudsdkkms>=3.1.0; extra == "kms"
Requires-Dist: google-cloud-kms>=2.0.0; extra == "kms"
Requires-Dist: hvac>=2.0.0; extra == "kms"
Requires-Dist: azure-keyvault-keys>=4.8.0; extra == "kms"
Requires-Dist: azure-identity>=1.15.0; extra == "kms"
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == "test"
Requires-Dist: pytest-cov>=4.0; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

易加密 CLI 工具，支持 AES/SM4/ZUC/RSA/ECC/SM2 等加解密与签名验签。
