Metadata-Version: 2.1
Name: comfyui-encrypt
Version: 0.0.1
Summary: ComfyUI custom nodes for RSA image encryption using asymmetric cryptography with key generation, encryption, and decryption functions via the cryptography library. (Description by CC)
Home-page: https://github.com/SilentZhang/comfyui-encrypt
Requires-Python: >=3.10
Requires-Dist: cryptography>=3.4.8
Requires-Dist: Pillow>=9.0.0
Requires-Dist: pytest>=7.0.0
Requires-Dist: numpy
