Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安全多方计算7 -- 隐私求交 PSI 的实现协议 #54

Open
winterpi opened this issue Sep 22, 2023 · 0 comments
Open

安全多方计算7 -- 隐私求交 PSI 的实现协议 #54

winterpi opened this issue Sep 22, 2023 · 0 comments

Comments

@winterpi
Copy link
Owner

隐私求交 PSI 的场景应用

  • 安全多方计算1 中提到了隐私求交 PSI 可以应用于黑名单共享、广告投放转化率、市场领域确定等

隐私求交 PSI 的实现协议

基于 hash 的朴素方法

  • 最原始的想法是求交的双方,都对各自的元素进行 hash 计算,然后比对 hash 一致的数据;
  • 优点:方法简单,容易理解,计算速度快
  • 缺点:明文空间较小时,容易暴力破解(如身份证号码、电话号码)

基于全同态 + 多项式插值的实现

  • 目前看到两种实现的协议:
    1. 其中一方根据数据集合,利用插值多项式构造出一个多项式;

    1. 双方都各自根据数据集合,利用插值多项式构造出一个多项式;
      图片6

基于 OT 的实现 (待补充)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant