Releases: agent-security-labs/Homomorphic-CatPrivacy
Releases · agent-security-labs/Homomorphic-CatPrivacy
Release list
v1.0.0 — Windows tools
Standalone Windows x64 tools for FHE cat/not-cat image classification.
Downloads
fhe-crypto-tool-win64.zip— local keygen / encrypt / decrypt (secret key never leaves your machine)fhe-infer-tool-win64.zip— ciphertext CNN inference (localhost or a real server)
Unzip each, then:
fhe-infer-tool.exe --transport streamable-http --host 127.0.0.1 --port 8080fhe-crypto-tool.exe classify --image photo.jpg --url http://127.0.0.1:8080/mcp
First run does a one-time key setup (~1.8 GB eval keys); afterwards ~1-2 min per image. Verified end-to-end: sample cat classified at 79.9%.