- 1、本文档共35页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 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 :
您可能关注的文档
- 环境科学概论教学课件(第五讲).ppt
- 现代交换原理 信令系统.ppt
- 现代制冷空调技术.ppt
- 现代分析测试技术8.ppt
- 现代化学生活PPT.pptx
- 现代大学精读4Unit 6答案.doc
- 现代化与当代中国.ppt
- 现代大学英语1 lesson 1 half a day.ppt
- 现代回归和分类.pptx
- 现代大学英语3.ppt
- 中国国家标准 GB/T 22517.2-2024体育场地使用要求及检验方法 第2部分:游泳场地.pdf
- GB/T 22517.2-2024体育场地使用要求及检验方法 第2部分:游泳场地.pdf
- 《GB/T 22517.2-2024体育场地使用要求及检验方法 第2部分:游泳场地》.pdf
- 苏教版(2017秋)科学三年级下册1.《种子发芽了》 教案(含课堂练习和反思).docx
- 2024-2025学年小学数学六年级上册冀教版(2024)教学设计合集.docx
- 地理商务星球版七年级上册4.5形成气候的主要因素 同步教案.docx
- 2024-2025学年中职中职专业课金融类73 财经商贸大类教学设计合集.docx
- 2024-2025学年初中地理七年级上册(2024)仁爱科普版(2024)教学设计合集.docx
- 2024-2025学年小学英语二年级上册外研版(一起)教学设计合集.docx
- 2024-2025学年高中数学选择性必修 第二册北师大版(2019)教学设计合集.docx
文档评论(0)