Privacy-preserving computation, made tangible
Compute on data
you cannot read.
FHELAB is a working CKKS stack for analytics and search over encrypted inputs.
Data is encrypted in the browser, processed as ciphertext on the server, and
decrypted only by its owner.
Rust cryptographic core
WASM browser encryption
128-bit security target
Live trust boundary
CKKS / E2E
01
Your browserEncrypts private input
private
ciphertext only
02
Compute serverCalculates without decryption
blind
encrypted result
03
Your browserDecrypts the answer locally
readable
The secret key never crosses the browser boundary.