Skip to content

Releases: agent-security-labs/Homomorphic-CatPrivacy

v1.0.0 — Windows tools

Choose a tag to compare

@The-Architect-3906 The-Architect-3906 released this 18 Jul 14:11

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:

  1. fhe-infer-tool.exe --transport streamable-http --host 127.0.0.1 --port 8080
  2. fhe-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%.