现代密码学(中山大学)Lecture14Lecture11.ppt

  1. 1、本文档共35页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
现代密码学(中山大学)Lecture14Lecture11

构造同态加密算法一直是密码学领域的一个重要课题,以往人们只找到一些部分实现这种操作的方法。而2009年9月Craig Gentry)从数学上提出了“全同态加密”的可行方法,即可以在不解密的条件下对加密数据进行任何可以在明文上进行的运算,使这项技术取得了决定性的突破。人们正在此基础上研究更完善的实用技术,这对信息技术产业具有重大价值。 Craig Gentry. Fully Homomorphic Encryption Using Ideal Lattices. In the 41st ACM Symposium on Theory of Computing (STOC), 2009 A homomorphic symmetric encryption Shared secret key: odd number p To encrypt a bit m: Choose at random large q, small r Output c = pq + 2r + m Ciphertext is close to a multiple of p m = LSB of distance to nearest multiple of p To decrypt c: Output m = (c mod p) mod 2 2r+m much smaller than p Why is this homomorphic? c1=q1p+2r1+m1, c2=q2p+2r2+m2 c1+c2 = (q1+q2)p + 2(r1+r2) + (m1+m2) 2(r1+r2)+(m1+m2) still much smaller than p ?c1+c2 mod p = 2(r1+r2) + (m1+m2) c1 x c2 = (c1q2+q1c2-q1q2)p + 2(2r1r2+r1m2+m1r2) + m1m2 2(2r1r2+…) still much smaller than p ?c1xc2 mod p = 2(2r1r2+…) + m1m2 现代密码学 Modern Cryptography 张方国 中山大学信息科学与技术学院 isszhfg@mail.sysu.edu.cn 第十一讲 公钥密码学(二) Rabin加密 ElGamal加密 Pailler加密方案 同态加密 The Rabin System Theorem. Let n=pq be the product of two distinct odd primes p, q. If , then has no solutions or exactly four solutions. (ii) Let r, s be a solution of , respectively, then the four solutions of are (aps+bqr); -(aps+bqr); (aps-bqr); -(aps-bqr), where a, b satisfy ap+bq=1. (iii) If , then is a solution of The Rabin System Set-up of the Rabin System Choose two distinct primes p, q s.t. and put n=pq. Encryption function The Rabin System Encryption algorithm: Have to solve to find m! Decryption algorithm: step 1: Find a, b s.t. ap+bq=1 using the Euclidean algorithm. step 2: put step 3: Compute The Rabin System Claim: are four roots of and m is one of these four. Chose one which makes sense! The Rabin System Theorem :

文档评论(0)

dajuhyy + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档