ITU-T X 1035-2007 Password-authenticated key exchange (PAK) protocol (Study Group 17)《基于口令认证的密钥交换协议 (研究组17)》.pdf
《ITU-T X 1035-2007 Password-authenticated key exchange (PAK) protocol (Study Group 17)《基于口令认证的密钥交换协议 (研究组17)》.pdf》由会员分享,可在线阅读,更多相关《ITU-T X 1035-2007 Password-authenticated key exchange (PAK) protocol (Study Group 17)《基于口令认证的密钥交换协议 (研究组17)》.pdf(12页珍藏版)》请在麦多课文档分享上搜索。
1、 International Telecommunication Union ITU-T X.1035TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (02/2007) SERIES X: DATA NETWORKS, OPEN SYSTEM COMMUNICATIONS AND SECURITY Telecommunication security Password-authenticated key exchange (PAK) protocol ITU-T Recommendation X.1035 ITU-T X-SERIES RECOM
2、MENDATIONS DATA NETWORKS, OPEN SYSTEM COMMUNICATIONS AND SECURITY PUBLIC DATA NETWORKS Services and facilities X.1X.19 Interfaces X.20X.49 Transmission, signalling and switching X.50X.89 Network aspects X.90X.149 Maintenance X.150X.179 Administrative arrangements X.180X.199 OPEN SYSTEMS INTERCONNECT
3、ION Model and notation X.200X.209 Service definitions X.210X.219 Connection-mode protocol specifications X.220X.229 Connectionless-mode protocol specifications X.230X.239 PICS proformas X.240X.259 Protocol Identification X.260X.269 Security Protocols X.270X.279 Layer Managed Objects X.280X.289 Confo
4、rmance testing X.290X.299 INTERWORKING BETWEEN NETWORKS General X.300X.349 Satellite data transmission systems X.350X.369 IP-based networks X.370X.379 MESSAGE HANDLING SYSTEMS X.400X.499DIRECTORY X.500X.599 OSI NETWORKING AND SYSTEM ASPECTS Networking X.600X.629 Efficiency X.630X.639 Quality of serv
5、ice X.640X.649 Naming, Addressing and Registration X.650X.679 Abstract Syntax Notation One (ASN.1) X.680X.699 OSI MANAGEMENT Systems Management framework and architecture X.700X.709 Management Communication Service and Protocol X.710X.719 Structure of Management Information X.720X.729 Management fun
6、ctions and ODMA functions X.730X.799 SECURITY X.800X.849 OSI APPLICATIONS Commitment, Concurrency and Recovery X.850X.859 Transaction processing X.860X.879 Remote operations X.880X.889 Generic applications of ASN.1 X.890X.899 OPEN DISTRIBUTED PROCESSING X.900X.999 TELECOMMUNICATION SECURITY X.1000 F
7、or further details, please refer to the list of ITU-T Recommendations. ITU-T Rec. X.1035 (02/2007) i ITU-T Recommendation X.1035 Password-authenticated key exchange (PAK) protocol Summary ITU-T Recommendation X.1035 specifies a protocol, which ensures mutual authentication of both parties in the act
8、 of establishing a symmetric cryptographic key via Diffie-Hellman exchange. The use of Diffie-Hellman exchange ensures the perfect forward secrecy a property of a key establishment protocol that guarantees that compromise of a session key or long-term private key after a given session does not cause
9、 the compromise of any earlier session. With the proposed authentication method, the exchange is protected from the man-in-the-middle attack. The authentication relies on a pre-shared secret (e.g., password), which is protected (i.e., remains unrevealed) to an eavesdropper preventing an off-line dic
10、tionary attack. Thus, the protocol can be used in a wide variety of applications where pre-shared secrets based on the possibly weak password exist. Source ITU-T Recommendation X.1035 was approved on 13 February 2007 by ITU-T Study Group 17 (2005-2008) under the ITU-T Recommendation A.8 procedure. i
11、i ITU-T Rec. X.1035 (02/2007) FOREWORD The International Telecommunication Union (ITU) is the United Nations specialized agency in the field of telecommunications. The ITU Telecommunication Standardization Sector (ITU-T) is a permanent organ of ITU. ITU-T is responsible for studying technical, opera
12、ting and tariff questions and issuing Recommendations on them with a view to standardizing telecommunications on a worldwide basis. The World Telecommunication Standardization Assembly (WTSA), which meets every four years, establishes the topics for study by the ITU-T study groups which, in turn, pr
13、oduce Recommendations on these topics. The approval of ITU-T Recommendations is covered by the procedure laid down in WTSA Resolution 1. In some areas of information technology which fall within ITU-Ts purview, the necessary standards are prepared on a collaborative basis with ISO and IEC. NOTE In t
14、his Recommendation, the expression “Administration“ is used for conciseness to indicate both a telecommunication administration and a recognized operating agency. Compliance with this Recommendation is voluntary. However, the Recommendation may contain certain mandatory provisions (to ensure e.g. in
15、teroperability or applicability) and compliance with the Recommendation is achieved when all of these mandatory provisions are met. The words “shall“ or some other obligatory language such as “must“ and the negative equivalents are used to express requirements. The use of such words does not suggest
16、 that compliance with the Recommendation is required of any party. INTELLECTUAL PROPERTY RIGHTS ITU draws attention to the possibility that the practice or implementation of this Recommendation may involve the use of a claimed Intellectual Property Right. ITU takes no position concerning the evidenc
17、e, validity or applicability of claimed Intellectual Property Rights, whether asserted by ITU members or others outside of the Recommendation development process. As of the date of approval of this Recommendation, ITU had not received notice of intellectual property, protected by patents, which may
18、be required to implement this Recommendation. However, implementers are cautioned that this may not represent the latest information and are therefore strongly urged to consult the TSB patent database at http:/www.itu.int/ITU-T/ipr/. ITU 2007 All rights reserved. No part of this publication may be r
19、eproduced, by any means whatsoever, without the prior written permission of ITU. ITU-T Rec. X.1035 (02/2007) iii CONTENTS Page 1 Scope 1 2 References. 1 3 Definitions 1 4 Abbreviations and acronyms 1 5 Conventions 1 6 Protocol description 2 7 Security considerations. 3 Bibliography 4 iv ITU-T Rec. X
20、.1035 (02/2007) Introduction The Diffie-Hellman key exchange, although it provides the perfect forward secrecy, is vulnerable to the man-in-the-middle attack, as is well known. There are several methods of mitigating such attacks; some of them rely on public key cryptography, while others rely on sh
21、ared secrets (passwords). This Recommendation specifies a protocol of the latter kind. Specifically, with the proposed authentication method, the exchange is protected from the man-in-the-middle attack. The authentication relies on a potentially weak pre-shared secret, which is concealed (i.e., rema
22、ins unrevealed) from an eavesdropper preventing an off-line dictionary attack. Thus, the protocol can be used in a wide variety of applications where pre-shared secrets (such as password-based ones) are employed. PAK advantages are listed below: Provides strong key exchange with weak passwords; Foil
23、s the man-in-the-middle attack; Provides explicit mutual authentication; Ensures perfect forward secrecy. Additional information on PAK is provided in the documents that are listed in the Bibliography. ITU-T Rec. X.1035 (02/2007) 1 ITU-T Recommendation X.1035 Password-authenticated key exchange (PAK
24、) protocol 1 Scope This Recommendation provides description of the password-authenticated key exchange (PAK) protocol that meets the following requirements: Provides mutual authentication based on a pre-shared password; Provides protection against a man-in-the-middle and against offline dictionary a
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ITUTX10352007PASSWORDAUTHENTICATEDKEYEXCHANGEPAKPROTOCOLSTUDYGROUP17 基于 口令 认证 密钥 交换 协议 研究 17 PDF

链接地址:http://www.mydoc123.com/p-804465.html