Skip to content

hkustDB/SECYAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SECYAN: An implementation to Secure Yannakakis


Yilei Wang and Ke Yi. Secure Yannakakis: Join-Aggregate Queries over Private Data ACM SIGMOD International Conference on Management of Data (SIGMOD), June 2021.

What is “Secure Yannakakis”?

"Secure" refers to the secure multi-party computation model (MPC).

"Yannakakis" refers to the generalized Yannakakis algorithm that computes any free-connex join aggregate query in linear time.

Secure Yannakakis is a protocol that achieves the generalized Yannakakis algorithm under MPC model.

When do we need Secure Yannakakis?

Let's consider an example below. Suppose an insurance company have two tables that include the information of coinsurance of all the users and includes the classification of diseases respectively. On the other hand, a hospital holds a table that includes some information of the patients.

Example

Now the insurance company wants to estimate the amount of payment classified by disease types, which can be expressed by a query. In the non-private model, hospital sends its table to insurance company, then the query can be computed by generalized Yannakakis algorithm. However under SMC model, this idea does not work, because we must ensure the privacy of the three tables. Using secure Yannakakis, after computation, the insurance company will learn the query results, but not the hospital’s data. The hospital should not learn anything about the insurance company’s data.

Why do we choose Secure Yannakakis?

Just one reason: it is much faster than the best previous work, SMCQL, that simply uses a Garbled Circuit.

Experiment Result

How to use SECYAN?

See INSTALL.md for configuration.

Acknowledgment

Thank @SixSiebenUno for helping writing the code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages