ISO IEC 29150-2011 Information technology - Security techniques - Signcryption《信息技术 安全技术 签密》.pdf
《ISO IEC 29150-2011 Information technology - Security techniques - Signcryption《信息技术 安全技术 签密》.pdf》由会员分享,可在线阅读,更多相关《ISO IEC 29150-2011 Information technology - Security techniques - Signcryption《信息技术 安全技术 签密》.pdf(60页珍藏版)》请在麦多课文档分享上搜索。
1、 Reference number ISO/IEC 29150:2011(E) ISO/IEC 2011INTERNATIONAL STANDARD ISO/IEC 29150 First edition 2011-12-15 Information technology Security techniques Signcryption Technologies de linformation Techniques de scurit Signcryptage ISO/IEC 29150:2011(E) COPYRIGHT PROTECTED DOCUMENT ISO/IEC 2011 All
2、 rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm, without permission in writing from either ISO at the address below or ISOs member body in the country o
3、f the requester. ISO copyright office Case postale 56 CH-1211 Geneva 20 Tel. + 41 22 749 01 11 Fax + 41 22 749 09 47 E-mail copyrightiso.org Web www.iso.org Published in Switzerland ii ISO/IEC 2011 All rights reservedISO/IEC 29150:2011(E) ISO/IEC 2011 All rights reserved iiiContents Page Foreword .
4、v Introduction vi 1 Scope 1 2 Normative references 1 3 Terms and definitions . 2 4 Symbols and notations . 7 5 Finite fields and elliptic curves 8 5.1 Finite fields . 8 5.2 Elliptic curves 9 6 Conversion functions 10 6.1 Bits and strings . 10 6.2 Conversion between bit strings and integers 11 6.3 Co
5、nversion between finite field elements and integers/bit strings . 11 6.4 Conversion between points on elliptic curves and bit strings . 11 7 Cryptographic transformations . 12 7.1 Introduction 12 7.2 Cryptographic hash functions . 12 7.2.1 Standard cryptographic hash functions . 12 7.2.2 Full domain
6、 cryptographic hash functions 12 7.2.2.1 General . 12 7.2.2.2 Allowable full domain cryptographic hash function (FDH1) . 13 7.3 Key derivation functions. 13 8 General model for signcryption . 13 9 Discrete logarithm based signcryption mechanism (DLSC) . 15 9.1 Introduction 15 9.2 Specific requiremen
7、ts . 15 9.3 System wide parameters 15 9.4 Key generation algorithm . 16 9.5 Signcryption algorithm . 16 9.6 Unsigncryption algorithm . 17 10 Elliptic curve based signcryption mechanism (ECDLSC) . 18 10.1 Introduction 18 10.2 Specific requirements . 18 10.3 System wide parameters 18 10.4 Key generati
8、on algorithm . 19 10.5 Signcryption algorithm . 19 10.6 Unsigncryption algorithm . 20 11 Integer factorization based signcryption mechanism (IFSC) . 21 11.1 Introduction 21 11.2 Specific requirements . 22 11.3 System wide parameters 22 11.4 Key generation algorithm . 22 11.5 Signcryption algorithm .
9、 22 11.6 Unsigncryption algorithm . 23 12 Encrypt-then-sign-based mechanism (EtS) 26 12.1 Introduction 26 ISO/IEC 29150:2011(E) iv ISO/IEC 2011 All rights reserved12.2 Specific requirements .26 12.3 Key generation algorithm .26 12.4 Signcryption algorithm .27 12.5 Unsigncryption algorithm .27 Annex
10、A (normative) Object identifiers .28 Annex B (informative) Security considerations .30 Annex C (informative) Guidance on use of the mechanisms .36 Annex D (informative) Examples .40 Bibliography 52 ISO/IEC 29150:2011(E) ISO/IEC 2011 All rights reserved vForeword ISO (the International Organization f
11、or Standardization) and IEC (the International Electrotechnical Commission) form the specialized system for worldwide standardization. National bodies that are members of ISO or IEC participate in the development of International Standards through technical committees established by the respective o
12、rganization to deal with particular fields of technical activity. ISO and IEC technical committees collaborate in fields of mutual interest. Other international organizations, governmental and non-governmental, in liaison with ISO and IEC, also take part in the work. In the field of information tech
13、nology, ISO and IEC have established a joint technical committee, ISO/IEC JTC 1. International Standards are drafted in accordance with the rules given in the ISO/IEC Directives, Part 2. The main task of the joint technical committee is to prepare International Standards. Draft International Standar
14、ds adopted by the joint technical committee are circulated to national bodies for voting. Publication as an International Standard requires approval by at least 75 % of the national bodies casting a vote. Attention is drawn to the possibility that some of the elements of this document may be the sub
15、ject of patent rights. ISO and IEC shall not be held responsible for identifying any or all such patent rights. ISO/IEC 29150 was prepared by Joint Technical Committee ISO/IEC JTC 1, Information technology, Subcommittee SC 27, IT Security techniques. ISO/IEC 29150:2011(E) vi ISO/IEC 2011 All rights
16、reservedIntroduction When data is sent from one place to another, it is often necessary to protect it in some way whilst it is in transit, e.g. against eavesdropping or unauthorized modification. Similarly, when data is stored in an environment to which unauthorized parties can have access, it is im
17、portant to protect it against unauthorized access. If the confidentiality of the data needs to be protected, e.g. against eavesdropping, then one solution is to use public key encryption, as specified in ISO/IEC 18033. Alternatively, if it is necessary to protect the data against unauthorized modifi
18、cation or forgery, then digital signatures, as specified in ISO/IEC 9796 and ISO/IEC 14888, can be used. If both confidentiality and unforgeability are required, then one possibility is to use both public key encryption and digital signature. Whilst these operations can be combined in many ways, not
19、 all combinations of such mechanisms provide the same security guarantees. As a result it is desirable to define in detail exactly how confidentiality and unforgeability mechanisms should be combined to provide the optimum level of security. Moreover, in some cases significant efficiency gains can b
20、e obtained by defining a single method of processing the data with the objective of providing both confidentiality and unforgeability. In this International Standard, signcryption mechanisms are defined. These are methods for processing data to provide both confidentiality and unforgeability. These
21、data processing methods typically involve either the use of an asymmetric encryption scheme and a digital signature scheme combined in a specific way or the use of a specially developed algorithm which fulfils both functions simultaneously. The methods specified in this International Standard have b
22、een designed to maximise the level of security and provide efficient processing of data. All the mechanisms defined here have mathematical “proofs of security”, i.e. rigorous arguments supporting their security claims. INTERNATIONAL STANDARD ISO/IEC 29150:2011(E) ISO/IEC 2011 All rights reserved 1In
23、formation technology Security techniques Signcryption 1 Scope This International Standard specifies four mechanisms for signcryption that employ public key cryptographic techniques requiring both the originator and the recipient of protected data to have their own public and private key pairs. This
24、International Standard is not applicable to infrastructures for management of public keys which are defined in ISO/IEC 11770-1 and ISO/IEC 9594. NOTE 1 Signcryption mechanisms are defined ways of processing a data string with the following security objectives: data confidentiality, i.e. protection a
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ISOIEC291502011INFORMATIONTECHNOLOGYSECURITYTECHNIQUESSIGNCRYPTION 信息技术 安全技术 PDF

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