CN110380867B - 一种基于身份的轻量签名方法及系统 - Google Patents
一种基于身份的轻量签名方法及系统 Download PDFInfo
- Publication number
- CN110380867B CN110380867B CN201910748077.XA CN201910748077A CN110380867B CN 110380867 B CN110380867 B CN 110380867B CN 201910748077 A CN201910748077 A CN 201910748077A CN 110380867 B CN110380867 B CN 110380867B
- Authority
- CN
- China
- Prior art keywords
- signature
- generating
- identity
- message
- private key
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/06—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
- H04L9/0643—Hash functions, e.g. MD5, SHA, HMAC or f9 MAC
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/08—Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
- H04L9/0861—Generation of secret information including derivation or calculation of cryptographic keys or passwords
- H04L9/0866—Generation of secret information including derivation or calculation of cryptographic keys or passwords involving user or device identifiers, e.g. serial number, physical or biometrical information, DNA, hand-signature or measurable physical characteristics
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/30—Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy
- H04L9/3006—Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy underlying computational problems or public-key parameters
- H04L9/302—Public key, i.e. encryption algorithm being computationally infeasible to invert or user's encryption keys not requiring secrecy underlying computational problems or public-key parameters involving the integer factorization problem, e.g. RSA or quadratic sieve [QS] schemes
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/32—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
- H04L9/3247—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving digital signatures
- H04L9/3249—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving digital signatures using RSA or related signature schemes, e.g. Rabin scheme
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computing Systems (AREA)
- Theoretical Computer Science (AREA)
- Power Engineering (AREA)
- Storage Device Security (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
本发明公开了一种基于身份的轻量签名方法及系统,包括如下步骤:步骤1,生成系统参数;步骤2,获取身份信息,并基于身份信息和系统参数,采用模运算和幂运算生成私钥;步骤3,利用私钥作为底数,生成消息m的签名;步骤4,验证消息m的签名。本发明基于身份信息,依赖RSA猜想构造私钥和签名保证私钥的安全性,同时采用模运算和幂运算的快速运算方式,可以提高运算效率。
Description
技术领域
本发明涉及信息安全技术领域,尤其是一种基于身份的轻量签名方法及系统。
背景技术
基于身份的签名是一种签名方案,它避免了传统PKI机制下证书管理的困扰,允许用户在不交换私钥或公钥、不保留密钥目录和不使用第三方服务的情况下验证彼此的签名。在基于身份的签名方案中,用户的公钥是根据用户的身份信息(如姓名、地址、电子邮件等)生成的。当前大多数基于身份的签名方案都是依赖于双线性配对设计的,由于在双线性配对上一次映射是比较耗时的,所以这些方案在计算资源受限制且要求运算速度较快的场景下不太适用,如车联网、智慧医疗等。依赖于大数分解问题或者RSA猜想设计的基于身份的签名方案所需计算资源较少,耗时较短,但实用的方案较少。
发明内容
本发明所要解决的技术问题是:针对上述存在的问题,提供一种基于身份的轻量签名方法及系统。
本发明提供的一种基于身份的轻量签名方法,包括如下步骤:
步骤1,生成系统参数;
步骤2,获取身份信息,并基于身份信息和系统参数,采用模运算和幂运算生成私钥;
步骤3,利用私钥作为底数,生成消息m的签名;
步骤4,验证消息m的签名。
进一步地,所述步骤1中生成系统参数的方法为:设置公钥为pk=(g,n,U,H,H0);其中,p和q为随机选取的两个大素数,n=pq,g为从有限域上随机选取的一个元素;U为用户的身份集合;H和H0是两个安全的hash函数,和H0:U×Zn→Zn;主密钥为msk=(p,q);Zn表示n的最小非负完全剩余系。
进一步地,所述步骤2中获取身份信息,并基于身份信息和系统参数,采用模运算和幂运算生成私钥的方法为:对于身份id∈Zn,随机选取一个整数Vid,计算Wid=H0(id,Vid),则用户身份为id的私钥为(gid,Vid)。
本发明还提供一种基于身份的轻量签名系统,包括:
签名服务器,用于生成系统参数,以及获取签名端的身份信息,并基于签名端的身份信息和系统参数,采用模运算和幂运算生成私钥;
签名端,用于利用私钥作为底数,生成消息m的签名;
签名接收端,用于验证消息m的签名。
进一步地,所述签名服务器包括:
参数模块,用于生成系统参数;
获取模块,用于获取签名端的身份信息;
生成模块,用于基于签名端的身份信息和系统参数,采用模运算和幂运算生成私钥。
综上所述,由于采用了上述技术方案,本发明的有益效果是:
1、本发明基于身份信息,依赖RSA猜想构造私钥和签名保证私钥的安全性,同时采用模运算和幂运算的快速运算方式,可以提高运算效率。
2、本发明在每次签名时都重新选取元素a进行签名,通过使用不同的底数,使得直接从签名的σ2中恢复出gid时,需要面临解决离散对数困难问题,由此进一步保证了本发明的用户私钥的安全性。
附图说明
为了更清楚地说明本发明实施例的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,应当理解,以下附图仅示出了本发明的某些实施例,因此不应被看作是对范围的限定,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他相关的附图。
图1为本发明的基于身份的轻量签名方法的流程框图。
图2为本发明的基于身份的轻量签名系统的架构框图。
具体实施方式
以下结合实施例对本发明的特征和性能作进一步的详细描述。
实施例1
本实施例提供的一种基于身份的轻量签名方法,如图1所示,包括如下步骤:
步骤1,生成系统参数:
设置公钥为pk=(g,n,U,H,H0);其中,p和q为随机选取的两个大素数,n=pq,g为从有限域上随机选取的一个元素;U为用户的身份集合;H和H0是两个安全的hash函数,和H0:U×Zn→Zn;主密钥为msk=(p,q);Zn表示n的最小非负完全剩余系。
根据RSA猜想:从有限域上随机选择一个元素y和一个素数e且e满足gcd(e,φ(n))=1mod n,φ(n)=(p-1)(q-1)。在已知(y,e,n)的情况下,从上找出一个元素x满足xe=y mod n,这是困难的。因此,本发明在已知g和Wid求解gid的过程可以解决该问题。
步骤3,利用私钥作为底数,生成消息m的签名:
对于消息m∈Zn,签名者id从Zn中随机选取一个元素a,计算σ1=ga mod n,则消息m的签名为(vid,σ1,σ2)。其中,本发明在每次签名时都重新选取元素a进行签名,通过使用不同的底数,使得直接从签名的σ2中恢复出gid时,需要面临解决离散对数困难问题,由此保证了本发明的用户私钥的安全性。
同时,本发明根据RSA猜想,在构造私钥和消息m的签名时,使用了计算简单的模运算和幂运算,进一步的,本发明构造的私钥和消息m的签名采用快速幂运算,可以很快计算出结果。
步骤4,验证消息m的签名:
接收消息m的签名为(vid,σ1,σ2),验证等式:
实施例2
本发明还提供一种基于身份的轻量签名系统,如图2所示,包括:
签名服务器,用于生成系统参数,以及获取签名端的身份信息,并基于签名端的身份信息和系统参数,采用模运算和幂运算生成私钥;
签名端,用于利用私钥作为底数,生成消息m的签名;
签名接收端,用于验证消息m的签名。
进一步地,所述签名服务器包括:
参数模块,用于生成系统参数;
获取模块,用于获取签名端的身份信息;
生成模块,用于基于签名端的身份信息和系统参数,采用模运算和幂运算生成私钥。
其中,签名服务器,签名端和签名接收端的实现方法如实施例1所述,在此不再赘述。
以上所述仅为本发明的较佳实施例而已,并不用以限制本发明,凡在本发明的精神和原则之内所作的任何修改、等同替换和改进等,均应包含在本发明的保护范围之内。
Claims (2)
1.一种基于身份的轻量签名方法,其特征在于,包括如下步骤:
步骤1,生成系统参数;
步骤2,获取身份信息,并基于身份信息和系统参数,采用模运算和幂运算生成私钥;
步骤3,利用私钥作为底数,生成消息m的签名;
步骤4,验证消息m的签名;
所述步骤1中生成系统参数的方法为:设置公钥为pk=(g,n,U,H,H0);其中,p和q为随机选取的两个大素数,n=pq,g为从有限域上随机选取的一个元素;U为用户的身份集合;H和H0是两个安全的hash函数,和H0:U×Zn→Zn;主密钥为msk=(p,q);Zn表示n的最小非负完全剩余系;
所述步骤2中获取身份信息,并基于身份信息和系统参数,采用模运算和幂运算生成私钥的方法为:对于身份id∈Zn,随机选取一个整数Vid,计算Wid=H0(id,Vid),则用户身份为id的私钥为(gid,Vid);
2.一种基于身份的轻量签名系统,其特征在于,所述基于身份的轻量签名系统用于实现权利要求1所述的基于身份的轻量签名方法,包括:
签名服务器,用于生成系统参数,以及获取签名端的身份信息,并基于签名端的身份信息和系统参数,采用模运算和幂运算生成私钥;
签名端,用于利用私钥作为底数,生成消息m的签名;
签名接收端,用于验证消息m的签名;
所述签名服务器包括:
参数模块,用于生成系统参数;
获取模块,用于获取签名端的身份信息;
生成模块,用于基于签名端的身份信息和系统参数,采用模运算和幂运算生成私钥。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910748077.XA CN110380867B (zh) | 2019-08-14 | 2019-08-14 | 一种基于身份的轻量签名方法及系统 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910748077.XA CN110380867B (zh) | 2019-08-14 | 2019-08-14 | 一种基于身份的轻量签名方法及系统 |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110380867A CN110380867A (zh) | 2019-10-25 |
CN110380867B true CN110380867B (zh) | 2021-07-06 |
Family
ID=68259216
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910748077.XA Active CN110380867B (zh) | 2019-08-14 | 2019-08-14 | 一种基于身份的轻量签名方法及系统 |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110380867B (zh) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080226064A1 (en) * | 2007-03-12 | 2008-09-18 | Atmel Corporation | Chinese remainder theorem - based computation method for cryptosystems |
CN101873307A (zh) * | 2010-03-19 | 2010-10-27 | 上海交通大学 | 基于身份的前向安全的数字签名方法、装置及系统 |
CN101938354A (zh) * | 2010-09-02 | 2011-01-05 | 武汉天喻信息产业股份有限公司 | 一种基于模幂运算的密钥分发方法及其应用 |
CN107888380A (zh) * | 2017-10-30 | 2018-04-06 | 武汉大学 | 一种两方分布式基于身份的rsa数字签名生成方法与系统 |
CN109698747A (zh) * | 2019-02-15 | 2019-04-30 | 上海扈民区块链科技有限公司 | 一种基于双线性对的身份基身份匿藏密钥协商方法 |
-
2019
- 2019-08-14 CN CN201910748077.XA patent/CN110380867B/zh active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080226064A1 (en) * | 2007-03-12 | 2008-09-18 | Atmel Corporation | Chinese remainder theorem - based computation method for cryptosystems |
CN101873307A (zh) * | 2010-03-19 | 2010-10-27 | 上海交通大学 | 基于身份的前向安全的数字签名方法、装置及系统 |
CN101938354A (zh) * | 2010-09-02 | 2011-01-05 | 武汉天喻信息产业股份有限公司 | 一种基于模幂运算的密钥分发方法及其应用 |
CN107888380A (zh) * | 2017-10-30 | 2018-04-06 | 武汉大学 | 一种两方分布式基于身份的rsa数字签名生成方法与系统 |
CN109698747A (zh) * | 2019-02-15 | 2019-04-30 | 上海扈民区块链科技有限公司 | 一种基于双线性对的身份基身份匿藏密钥协商方法 |
Non-Patent Citations (1)
Title |
---|
《基于身份的数字签名方案研究》;徐清泉、史宝明、贺元香;《计算机时代》;20140630;全文 * |
Also Published As
Publication number | Publication date |
---|---|
CN110380867A (zh) | 2019-10-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7853016B2 (en) | Signature schemes using bilinear mappings | |
Chen et al. | New ID-based group signature from pairings | |
EP0503119B1 (en) | Public key cryptographic system using elliptic curves over rings | |
Choi et al. | Efficient certificateless signature schemes | |
JP4588874B2 (ja) | 内在的証明書方式 | |
US10263773B2 (en) | Method for updating a public key | |
JP2001511912A (ja) | 有限体上の離散対数暗号系の円分多項式構造 | |
CN107911217B (zh) | 基于ecdsa算法协同生成签名的方法、装置和数据处理系统 | |
JP2004208262A (ja) | バイリニアペアリングを用いたidに基づくリング署名装置及び方法 | |
CN110311776A (zh) | 数据处理方法、装置、计算机设备和存储介质 | |
Crutchfield et al. | Generic on-line/off-line threshold signatures | |
CN110557260B (zh) | 一种sm9数字签名生成方法及装置 | |
Han et al. | Identity-based confirmer signatures from pairings over elliptic curves | |
CN110380867B (zh) | 一种基于身份的轻量签名方法及系统 | |
JP4772965B2 (ja) | エンティティの真正性および/またはメッセージの完全性を証明するための方法 | |
Cao et al. | ID-based designated-verifier proxy signatures | |
CN115580408A (zh) | 一种基于sm9的无证书签名生成方法及系统 | |
CN114090649A (zh) | 基于变色龙哈希函数的消息查找方法、系统、装置及介质 | |
EP1025674A1 (en) | Signature verification for elgamal schemes | |
Wan et al. | Cryptanalysis of two password-authenticated key exchange protocols | |
CN108521396B (zh) | 隐私信息盲运算方法 | |
US9252941B2 (en) | Enhanced digital signatures algorithm method and system utilitzing a secret generator | |
Amounas et al. | Proposed Developments of Blind Signature Scheme Based on ECC | |
CN115174055B (zh) | 一种基于sm9签名的基于证书签名生成方法及装置 | |
CN115174054B (zh) | 一种基于sm9签名的无证书签名生成方法及装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |