spiralprivacy
- Karma
- 3
- Created
- September 29, 2022 (3y ago)
- Submissions
- 0
We use fully homomorphic encryption (FHE) to build metadata private applications. So far, we've built:
- Private Wikipedia (read articles without the server learning what you look at) - Private Bitcoin Block Explorer (get the balance and recent transactions of any BTC address, without revealing your query to the server)
Try our webapps at https://usespiral.com, no setup or login required. We're making FHE practical, today.
General purpose FHE is indeed quite slow. But by focusing on specific subproblems, like private information retrieval (get rows from a database without revealing anything about your queries), it is possible to achieve…