Fully Homomorphic Encryption
The Rhino Federated Computing platform supports Fully Homomorphic Encryption (FHE) via the NVFlare framework (and the TenSEAL package). To enable FHE in your model training, you will need to perform two actions:
Install NVFlare with FHE support in your container image, by installing
nvflare[HE]rather than plainnvflare(see details in the NVFlare docs).Enable homomorphic encryption in your Code Runs below
You can find a notebook with an example in the Rhino FCP User-Resources
Enabling homomorphic encryption in Rhino FCP Code Runs
Was this helpful?