




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、October 4th 20061What can Quantum Cryptographers Learn from History?Kenny PatersonInformation Security GroupRoyal Holloway, University of LondonOctober 4th 200620. PrefaceAccording to MIT Technology Review, in 2003, QC was one of: “10 Emerging Technologies That Will Change the World.”According to Dr
2、. Burt Kaliski, chief scientist at RSA Security (and now a member of MagiQs Scientific Advisory Board):“If there are things that you want to keep protected for another 10 to 30 years, you need quantum cryptography.”October 4th 20063Quantum CryptographyQC offers unconditional security. Security based
3、 only on the correctness of the laws of quantum physics.Often contrasted with security offered by public key cryptography. Vulnerable to quantum computers. Vulnerable to algorithmic advances in factoring, discrete logs, etc. October 4th 20064Quantum CryptographyQC is often promoted as the alternativ
4、e to public key cryptography for the future.For example:“Quantum cryptography offers the only protection against quantum computing, and all future networks will undoubtedly combine both through the air and fibre-optic technologies” Dr. Brian Lowans, Quantum and Micro Photonics Team Leader, QinetiQ.O
5、ctober 4th 20065Quantum CryptographyAnother example:“All cryptographic schemes used currently on the Internet would be broken.” Prof. Giles Brassard, Quantum Works launch meeting,University of Waterloo,27th September 2006.October 4th 20066This TalkThe road-side of cryptography is littered with the a
6、bandoned wrecks of systems that turned out to be insecure in practice (even when secure in theory).What lessons can the quantum cryptography community learn from this history?October 4th 20067Learning from History“Those who cannot learn from history are doomed to repeat it.”George Santayana, Reason
7、in Common Sense, The Life of Reason, Vol. 1.“You must learn from the mistakes of others. You cant possibly live long enough to make them all yourself.”Sam LevensonOctober 4th 20068OverviewSecurity proofs and their limitationsTheory and practice in cryptographySide-channel analysisKey managementThe n
8、eed for dialogueWhy does this matter to quantum researchers?Closing remarksOctober 4th 200691. Security Proofs and Their LimitationsSecurity proofs can be very valuable in assessing the security offered by cryptographic schemes.Typical approach in the provable security paradigm: Define (generically)
9、 the functionality of the scheme. Define the capabilities of an adversary in terms of a game with a challenger. Propose a concrete scheme. Provide a proof that any adversary against the scheme can be transformed into an algorithm to break some computational problem. Transformation via undetectable s
10、imulation of the challenger.October 4th 200610Provable SecurityAssume that the computational problem is well-studied and as hard as we believe it to be.Then, applying the contra-positive: no adversary can exist.A refinement: Relate the adversarys advantage and running time (Adv,t) to the success pro
11、bability and running time (p,t) of an algorithm to solve the underlying computational problem. Concrete security analysis.October 4th 200611LimitationsThis approach has its limitations: The proof of security may not be correct. The reduction from the adversary to the computational problem may not be
12、 “tight”, so the proof of doubtful meaning in practice. (The model of security may not be comprehensive enough to take into account all practical attacks.) (The security proof may not compose well with further protocols to produce a secure system.)The two following examples come from a series of stu
13、dies by Koblitz and Menezes.October 4th 200612Example 1: RSA-OAEPRSA-OAEP: RSA = RSA! OAEP = Optimal Asymmetric Encryption Padding A method for transforming “raw” RSA encryption into a method offering suitably strong security guarantees. Solving a long-standing open problem. Proposed and proved secu
14、re by Bellare and Rogaway (1994). Widely standardised (e.g. in SET).October 4th 200613Example 1: RSA-OAEPmrs = (m|0) + G(r)t = r + H(s)s0txe modulo NxPaddingEncryptionOctober 4th 200614Example 1: RSA-OAEPBellare and Rogaway (1994) proved that an adversary who can break RSA-OAEP (in a well-defined an
15、d strong sense) can solve the RSA-inversion problem.Proof actually works for any trapdoor one-way function.The proof was well-written, the construction simple and the result was rightly celebrated.October 4th 200615Example 1: RSA-OAEPBut Shoup (2001) discovered a flaw in Bellare and Rogaways proof.T
16、he proof was in the literature for seven years before the problem was spotted.Fortunately, Shoup and Fujiskai et al. were able to repair the proof.Simpler constructions and tighter proofs were subsequently discovered.Proofs are not static objects.October 4th 200616Example 2: Blum-Blum-ShubBlum-Blum-
17、Shub pseudo-random bit generator: N =pq is an RSA modulus with p,q = 3 mod 4. Initial seed x_0 xi = (xi-1)2 mod N Output the j least significant bits of xiThe larger j is, the faster we can generate bits.Security result: assuming factoring N is intractable, j=O(loglogN) bits can be securely extracte
18、d per iteration. Vazirani and Vazirani; Alexi, Chor, Goldreich and Schnorr; Fischlin and Schnorr; Sidorenko and Schoenmakers.October 4th 200617Example 2: Blum-Blum-ShubIETF RFC 1750 (Eastlake et al.) states:“If you use no more than the log2log2(xi) low order bits, then predicting any additional bits
19、 from a sequence generated in this manner is provable sic as hard as factoring N.”Is this statement justified by the security proof?October 4th 200618Example 2: Blum-Blum-ShubAnalysis by Koblitz and Menezes: Take the best bounds on security and hardness of factoring known in the literature. Apply th
20、em for j=9 and N with 768 bits, extracting M=109 bits from the generator. Allowing a success probability of 0.01 for the adversary, what is the time bound on the adversary? Answer: 2-264 Yes, that is a negative sign in the exponent!Concrete security analysis does not always give us results that are
21、useful in practice.October 4th 200619Lessons for Quantum CryptographyWe also model adversarial capabilities and provide mathematical proofs for quantum protocols.Those models and proofs evolve too. For example, initial proofs of security for QKD only considered limited attack scenarios and perfect d
22、evices. Early proposal for quantum bit commitment?What value does a claim of unconditional security have in this evolving context?October 4th 200620Lessons for Quantum Cryptography“If its provably secure, its probably not”Lars KnudsenOctober 4th 2006212. Theory and PracticeA show of hands please:Que
23、stion: Does using the one-time pad to encrypt provide confidentiality?Answer:Of course it does! Shannon told us that!October 4th 2006222. Theory and PracticeA show of hands please:Question: Does using the one-time pad to encrypt provide confidentiality?A better answer:It depends on the adversarys ca
24、pabilities and on the system characteristics.October 4th 200623IPsecIPsec: a suite of protocols for providing security to IP packets.Widely used in Virtual Private Networking systems.Also used today in some quantum cryptographic products.Standardised by IETF in: RFCs 2401-2411 (second generation) RF
25、Cs 4301-4309 (third generation) More than 200 pages of documentation.October 4th 200624Encryption in IPsecESP = Encapsulating Security Protocol.IPsecs protocol for providing confidentiality.Defined in RFCs 2406 and 4303.Encrypts and optionally integrity-protects IP packets. Typically using CBC-mode
26、of a block cipher such as AES or DES for encryption. HMAC-SHA-1 or HMAC-MD5 for integrity protection.October 4th 200625Theory and PracticeIt is very well-known in the theoretical community that encryption on its own is not sufficient to provide a confidentiality service.Bellovin (1995, 1996) provide
27、d attacks “on paper” showing that ESP is potentially insecure without some form of integrity protection.Attacks recognised in versions 2 and 3 of the ESP standard.October 4th 200626Encryption in IPsecRFC 2406 includes HMAC to provide integrity protection/data origin authentication. “ use of confiden
28、tiality without integrity/ authentication may subject traffic to certain forms of active attacks that could undermine the confidentiality service (see Bel96)”But the RFC still requires that implementations MUST still support “encryption only” mode.October 4th 200627Encryption in IPsecRFC 4303 no lon
29、ger requires support for encryption-only ESP.And gives strong warnings about Bellovins attacks.But:“ESP allows encryption-only because this may offer considerably better performance and still provide adequate security, e.g., when higher layer authentication/integrity protection is offered independen
30、tly.”October 4th 200628IPsec in Theory and PracticeDevelopers are required by RFC 2406 to support encryption-only ESP.Developers rarely pass RFC warnings to end users.End users dont read RFCs or technical papers.End users might reasonably assume that encryption on its own gives confidentiality.Many
31、on-line tutorials do not highlight the dangers of encryption-only IPsec.October 4th 200629IPsec in Theory and PracticeFrom the IPsec Tunnel Implementation administrators guide of a well-known vendor:“If you require data confidentiality only in your IPSec tunnel implementation, you should use ESP wit
32、hout authentication. By leaving off the authentication service, you gain some performance speed but lose the authentication service.” (last accessed 19/5/2006).October 4th 200630Attacking the Linux ImplementationPaterson and Yau (Eurocrypt 2006) showed that encryption-only ESP is disastrously weak.H
33、eadlines: we broke the Linux kernel implementation of encryption-only ESP: A ciphertext-only attack. AES in CBC-mode. Attack takes 1.4s to recover first plaintext. Near real-time plaintext recovery thereafter.Attacks even easier if OTP used in place of CBC-mode. Attacks work by manipulating cipherte
34、xt to effect changes to underlying IP packets. Changes produce errors or packet re-routing, revealing plaintext information.October 4th 200631LessonsThe attacks indicate poor lines of communication between theoreticians, standards developers, implementers and end-users.The security message gets “los
35、t in translation”: Backwards compatibility over-rides security. Security-critical checks are left unimplemented. Warnings in RFCs are never seen by users. Ill-informed on-line tutorials.October 4th 200632Lessons for Quantum CryptographyPractice often ignores theory. Do QKD vendors remember to switch
36、 on some kind of integrity protection? Do they prevent users from switching it off again?The lines of communication in the quantum community are currently quite short. Efforts such as QuantumWorks should help keep them so. Research scientists actively engaged with, employed by, or founding QIP compa
37、nies. Do theorists and experimentalists converse enough?The chain may become more stretched as the technology matures and is commoditised/ standardised.October 4th 2006333. Side-channel AnalysisIPsec example showed that adding integrity protection to encryption is necessary for security.Unfortunatel
38、y, this is not sufficientSSL/TLS: The protocol of choice for e-commerce (and more!) The protocol most people seem to be referring to when discussing the impact of quantum computers on Internet security.October 4th 200634Side-channel Analysis of SSL/TLSSSL/TLS uses symmetric cryptography as the workh
39、orse for bulk data protection.The plaintext data is integrity-protected first, then encrypted.Typically using the HMAC algorithm and a block cipher in CBC-mode.This combination was proven secure in an appropriate model by Krawczyk (Crypto 2001).October 4th 200635Side-channel Analysis of SSL/TLSVaude
40、nay (Eurocrypt 2002) introduced the notion of a padding oracle attack. CBC mode operates on blocks of data. Plaintext first needs to be padded with redundant data to make it fit into blocks. A padding oracle tells an attacker whether or not a ciphertext was correctly padded. Vaudenay showed that an
41、attacker can leverage such an oracle to decrypt arbitrary ciphertexts. Provided the oracle is available. For certain padding schemes in CBC mode.October 4th 200636Side-channel Analysis of SSL/TLSCanvel et al. (Crypto 2003) showed that SSL/TLS as implemented in OpenSSL reveals a padding oracle. Time
42、difference in generation of error messages for failure of padding and failure of MAC (checked later than padding). Error messages are in encrypted form and only differ in time by a few milliseconds. Still enough of a cryptanalytic toe-hold to allow recovery of static authentication credentials in SS
43、L/TLS-protected sessions.October 4th 200637Side-channel Analysis of SSL/TLSWe have a security proof, so what went wrong?An example where the model in which the proof holds is not sufficiently broad to capture all practical attacks.And an example of open-source security software not necessarily being
44、 better than closed-source. Also shown by our IPsec example, and by work of Nguyen analysing GNU Privacy Guard (Eurocrypt 2004).October 4th 200638Lessons for Quantum CryptographySecurity proofs rarely tell the whole story. Systems tend to be far more complex than the set of behaviours captured in a
45、model.Watch out for unanticipated side-channels when implementing: Error conditions Timing Power consumption EM radiation ?Attacks “outside the model” have already been proposed for QC systems.October 4th 2006394. Key ManagementBrassards “quadratic curse”:October 4th 200640Key ManagementBrassards “q
46、uadratic curse”: n parties who wish to engage in pairwise secure communication need n2/2 symmetric keys to be pre-distributed.This is troublesome even for 2 parties and 1 key!The perceived beauty of QKD:QKD solves the problem of key distribution. Thus it overcomes the quadratic curse.October 4th 200
47、641Key ManagementCurrent QKD protocols require an authentic channel for public discussion. Without this channel, MITM attacks are trivial.Everybody knows this (even if they sometimes forget to say it), but what are the consequences?To build an unconditionally secure authentic channel, we (in practic
48、e) require a symmetric key to be pre-distributed to every pair of communicating parties. Use it in, say, the Wegman-Carter MAC.Once we have this key, we can stretch it to arbitrary length, with unconditional security.October 4th 200642An Inconvenient TruthQKD does not solve the key distribution prob
49、lem at all. It also suffers from the quadratic curse in thin disguise.Just like todays systems, QKD needs good key management to: Get the symmetric keys in place. Protect them during their lifetime. Handle synchronisation and updates to keys. Cater for their eventual expiry and safe destruction. And
50、 now we cant use public key techniques to help us (if we want to claim unconditional security).Key management is generally difficult and costly, and sometimes poorly understood.October 4th 200643WEP = Wired Equivalent PrivacyPart of IEEE 802.11b wireless LAN standard.WEP deployed in millions of wire
51、less laptops and access points.One approach to lifting the quadratic curseOctober 4th 200644The WEP FiascoAll parties in a network use the same key.The same key and the same algorithm are used for both entity authentication and encryption.Use a CRC as the integrity mechanism in combination with stre
52、am cipher encryption.Use a 24-bit initialization vector (IV) for the stream cipher.Combine the IV with the shared key in an insecure manner. Fluhrer, Mantin and Shamir attack, as implemented in WEPcrack.Provide only manual mechanisms for setting and updating keys.October 4th 200645Example 2: GSMGSM
53、= Groupe Systeme Mobile/Global System for Mobile Telecomms.Developed by ETSI in early 1980s.Now deployed in 200+ countries, 1 billion+ subscribers.128-bit unit key embedded in tamper-resistant SIM card and in Authentication Centre (AuC). Requires secure manufacturing plant, physically secure AuCs, s
54、ecure delivery of media containing key batches.AuC assists local mobile network to: Authenticate SIM. Establish symmetric key for encrypting voice traffic on wireless link from handset to base-station.October 4th 200646GSM Security ArchitectureGSM uses a symmetric key hierarchy. Unit key used for SI
55、M authentication. Encryption key securely derived from unit key and random number during authentication protocol. No public key cryptography.GSM security architecture has no known major weaknesses. Though algorithms showing signs of age.Deployed at very large scale.Smooth evolution to (UMTS) 3g secu
56、rity architecture.October 4th 200647GSM vs WEPSecurity as part of design at outset vs security as an afterthought.Security by experts vs security by enthusiasts.Security by economic necessity vs security as someone elses problem. Need to protect operators investment in bandwidth vs unregulated spect
57、rum.Security through careful key management vs insecurity through no key management.October 4th 200648Lessons for Quantum CryptographyGood key management is at least as hard as good cryptography.QKD does not significantly simplify key management.QKD can benefit from everything weve learned over the
58、years about building large-scale authentication architectures: GSM/UMTS, banking networks, Kerberos systems if we want QKD with unconditional security. EMV, X.509 & SSL/TLS if we want to use PKI.October 4th 200649Lessons for Quantum CryptographyQuantum cryptography is not the only solution to th
59、e threat of quantum computers. Because quantum computers do not significantly dent symmetric systems. Simply use 256-bit AES to frustrate Grover: still 2128 effort for key search. Use a key hierarchy to limit the exposure of individual keys. Not unconditionally secure, but pragmatic. Main risk is a
60、severe cryptanalytic attack on AES. So use the 5 AES competition finalists in sequence if you are really conservative.October 4th 200650Lessons for Quantum CryptographySecurity in the real world is driven by economics: What is the value of the information we need to protect? What is the risk of its bein
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 《改进工具》(教学设计)安徽大学版三年级下册综合实践活动
- 2024年九年级历史上册 第三单元 封建时代的欧洲 第10课《拜占庭帝国和查士丁尼法典》教学设计 新人教版
- 2024-2025学年高中生物 第二章 染色体与遗传 第一节 减数分裂中的染色体行为教学设计3 浙科版必修2
- 七年级语文上册 20 记 铭 说 志四篇《爱莲说》教学设计1 长春版
- 18《太空生活趣事多》教学设计-2023-2024学年二年级下册语文统编版
- 2024-2025学年高中语文 第三课 神奇的汉字教学设计 新人教版选修《语言文字应用》
- 《第一单元 第5课 一、“弹力球”动画简介》教学设计 2023-2024学年人教版初中信息技术八年级上册
- 七年级英语上册 Module 4 Healthy food Unit 2 Is your food and drink healthy教学设计 (新版)外研版
- 7 看谁学得好 教学设计-2023-2024学年六年级上册心理健康教育(北师大版)
- 九年级化学下册 第九单元 溶液 9.2 溶解度教学设计 (新版)新人教版
- 广东省江门市鹤山市2023-2024学年七年级下学期期中语文试题
- 心电监护仪的使用幻灯片
- 尿源性脓毒血症诊疗指南
- 《推销实务》考试试卷及答案
- 2023-2024学年安徽省合肥八中高一(下)期中数学试卷(含解析)
- 云计算导论(大数据技术、云计算技术相关专业)全套教学课件
- 桥隧工技师考试题库
- 数字普惠金融发展对企业绩效影响的实证研究
- 语言景观研究的视角、理论与方法
- 第2章一元一次不等式和一元一次不等式组 单元综合练习题 2023-2024学年北师大版八年级数学下册
- 高效时间管理技能GTD课件
评论
0/150
提交评论