WO2021026980A1 - 一种实现区块链交易实名制的方法 - Google Patents

一种实现区块链交易实名制的方法 Download PDF

Info

Publication number
WO2021026980A1
WO2021026980A1 PCT/CN2019/104642 CN2019104642W WO2021026980A1 WO 2021026980 A1 WO2021026980 A1 WO 2021026980A1 CN 2019104642 W CN2019104642 W CN 2019104642W WO 2021026980 A1 WO2021026980 A1 WO 2021026980A1
Authority
WO
WIPO (PCT)
Prior art keywords
real
name
blockchain
transaction
certificate
Prior art date
Application number
PCT/CN2019/104642
Other languages
English (en)
French (fr)
Inventor
邓华
程文彬
许敏勋
Original Assignee
上海威尔立杰网络科技发展有限公司
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 上海威尔立杰网络科技发展有限公司 filed Critical 上海威尔立杰网络科技发展有限公司
Publication of WO2021026980A1 publication Critical patent/WO2021026980A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/30Payment architectures, schemes or protocols characterised by the use of specific devices or networks
    • G06Q20/36Payment architectures, schemes or protocols characterised by the use of specific devices or networks using electronic wallets or electronic money safes
    • G06Q20/367Payment architectures, schemes or protocols characterised by the use of specific devices or networks using electronic wallets or electronic money safes involving electronic purses or money safes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • G06Q20/3821Electronic credentials
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • G06Q20/3825Use of electronic signatures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
    • G06Q20/401Transaction verification
    • G06Q20/4014Identity check for transactions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange

Definitions

  • the invention relates to the technical field of block chains, in particular to a method for realizing the real name system of block chain transactions.
  • blockchain With the rise and development of blockchain technology, the blockchain now provides anonymous transactions to protect personal privacy, and to ensure the reliability and safety of transaction information.
  • blockchain is a decentralized service system that provides common The authentication mechanism ensures that the data cannot be tampered with and is supervised effectively. But it is precisely because of the encryption and anonymity of the transaction that some criminals use this method to conduct illegal transactions but cannot trace their identity. Therefore, they have the following disadvantages:
  • the purpose of the present invention is to provide a method for realizing the blockchain transaction real-name system to solve the problems raised in the background art.
  • a method to realize the real-name system for blockchain transactions including the following steps:
  • the real-name address is generated based on the real-name certificate, and the real-name certificate is issued and revoked by one or more management agencies trusted by the blockchain network.
  • the blockchain real-name address is generated by the combination of the public key hash corresponding to the real-name certificate + the real-name address prefix, and the holder of the real-name certificate private key is the address controller.
  • step C after the real-name address is generated, it is managed by the controller's blockchain wallet, including address balance inquiry, balance use, etc.
  • step D creating a real-name transaction requires generating a locking script and an unlocking script.
  • the locking script is composed of the real-name address public key hash and the real-name script code OP_CHECKREALNAMESIG, and the unlocking script consists of the real-name registration of the transaction data.
  • the private key signature result and the length of the signature result are composed of the real-name address public key hash and the real-name script code OP_CHECKREALNAMESIG.
  • step E after the real-name transaction is issued, the verification node parses the unlocking script to obtain the real-name signature result and generates the transaction hash, then parses the additional certificate information from the transaction, and finally unlocks the signature in the script As a result, the transaction hash and the certificate are verified together. If the verification passes, the verification passes, and if the verification fails, the verification fails.
  • the blockchain wallet is a software or hardware wallet.
  • the present invention has the following beneficial effects: 1. After the introduction of the real-name system for blockchain transactions, it alleviates the concerns of the government and regulatory agencies; 2.
  • the real-name authentication certificate is introduced in the transaction, and the transaction node can be verified by the real-name system. To ensure the real-name system of the sender; 3. Automatic consensus verification on the blockchain, real-name authentication is more secure and convenient, and the authentication speed is faster; 4.
  • Real-time data is uploaded to the chain, and real-name transaction information is transparent and visible; 5.
  • the freezing of suspicious real-name address accounts And thaw can effectively control the occurrence and impact of illegal transactions in time.
  • Figure 1 is a schematic diagram of the real-name address generation method
  • Figure 2 is a flow chart of creating a real-name transaction
  • Figure 3 is a flow chart of real-name transaction verification.
  • Embodiment 1 Please refer to Figure 1-3.
  • An implementation method and system for real-name system for blockchain transactions includes the following:
  • Blockchain real-name certificate management the real-name address is generated based on the real-name certificate, and the real-name certificate is issued and revoked by one or more management agencies trusted by the blockchain network;
  • the blockchain real-name address is generated by the combination of the public key hash corresponding to the real-name certificate + the real-name address prefix, and the private key holder of the real-name certificate is the address controller;
  • Blockchain real-name address management After the real-name address is generated, it is managed by the controller's blockchain wallet (either software or hardware wallet), including address balance inquiry, balance use, etc.;
  • Blockchain transaction locking script and unlocking script the creation of real-name transactions needs to generate a locking script and an unlocking script.
  • the locking script is composed of the real-name address public key hash and the real-name script code OP_CHECKREALNAMESIG.
  • the unlocking script consists of the real-name private key of the transaction data.
  • E. Real-name transaction verification After the real-name transaction is issued, the verification node parses the unlocking script to obtain the real-name signature result and generates the transaction hash, then parses the additional certificate information from the transaction, and finally performs the signature result in the unlocking script, the transaction hash and the certificate together Verification, if the verification is passed, the verification is passed, if the verification is not passed, the verification is failed.
  • Example 2 On the basis of Example 1:
  • the real-name certificate is issued by a third-party institution certified by the community to verify the real-name information.
  • the signed transaction is packaged and sent and broadcast to the blockchain network.
  • the real-name address is generated by the public key of the real-name certificate. Since the creation of a real-name transaction requires verification of the validity of the certificate and address, revoking the real-name certificate or expiration of the certificate will cause the balance of the real-name address to be frozen and the transaction cannot be successfully created.
  • the unfreezing requires the certificate issuing center to reissue the available certificate according to the public key of the holder of the certificate. After the issuance is successful, the balance of the real-name address is successfully unfreeze.

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Engineering & Computer Science (AREA)
  • Finance (AREA)
  • General Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Technology Law (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

一种实现区块链交易实名制的方法,包含以下步骤:A、区块链实名制证书管理;B、区块链实名制地址生成;C、区块链实名制地址管理;D、区块链交易锁定脚本与解锁脚本;F、实名制交易验证。该方法的有益效果是:1.区块链交易引入实名制后,缓解了政府和监管机构的担忧;2.交易中引入实名认证证书,交易节点可通过实名制证书验证,来确保发送方的实名制;3.区块链上共识自动验证,实名认证更加安全方便,认证速度更加快捷;4.数据实时上链,实名制交易信息透明可见;5.对于可疑实名制地址账户的冻结与解冻可及时有效控制不法交易的发生和影响。

Description

一种实现区块链交易实名制的方法 技术领域
本发明涉及区块链技术领域,具体是一种实现区块链交易实名制的方法。
背景技术
随着区块链技术的兴起和发展,现今区块链提供匿名交易方式保护个人隐私,且能保证交易信息可靠安全,同时区块链作为一种去中心化的服务系统,提供所有参与方共同认证的机制,保证了数据的不可篡改和有力监督。但正是因为交易的加密和匿名特性,一些不法分子利用该方式进行非法交易但又无法追溯身份,因此又具有以下缺点:
1.由于所有交易都匿名化,无法确认交易发起方和接收方的身份,当产生非法交易时,无法对非法交易进行追踪和交易身份定位。
2.缺少对实名身份交易的控制,若出现非法交易,无法及时控制和阻止非法交易。
发明概述
技术问题
问题的解决方案
技术解决方案
本发明的目的在于提供一种实现区块链交易实名制的方法,以解决上述背景技术中提出的问题。
为实现上述目的,本发明提供如下技术方案:
一种实现区块链交易实名制的方法,包含以下步骤:
A、区块链实名制证书管理;
B、区块链实名制地址生成;
C、区块链实名制地址管理;
D、区块链交易锁定脚本与解锁脚本;
F、实名制交易验证。
作为本发明的进一步技术方案:所述步骤A中,实名制地址基于实名制证书生成,实名制证书由区块链网络所信任的一个/多个管理机构颁发和撤销证书。
作为本发明的进一步技术方案:所述步骤B中,区块链实名制地址由实名制证书对应的公钥哈希+实名制地址前缀组合生成,实名制证书私钥持有人为该地址控制人。
作为本发明的进一步技术方案:所述步骤C中,实名制地址生成后,由控制人的区块链钱包管理,包括地址余额查询,余额使用等。
作为本发明的进一步技术方案:所述步骤D中,创建实名制交易需要生成锁定脚本与解锁脚本,锁定脚本由实名制地址公钥哈希和实名制脚本码OP_CHECKREALNAMESIG组成,解锁脚本则由对交易数据的实名制私钥签名结果和签名结果长度组成。
作为本发明的进一步技术方案:所述步骤E中,实名制交易发出后,验证节点解析解锁脚本获取到实名制签名结果和生成交易hash,然后从交易中解析附加证书信息,最后将解锁脚本中的签名结果,交易hash和证书一起做校验,若校验通过则验证通过,若校验不通过,则验证失败。
作为本发明的进一步技术方案:所述区块链钱包为软件或硬件钱包。
发明的有益效果
有益效果
与现有技术相比,本发明的有益效果是:1.区块链交易引入实名制后,缓解了政府和监管机构的担忧;2.交易中引入实名认证证书,交易节点可通过实名制证书验证,来确保发送方的实名制;3.区块链上共识自动验证,实名认证更加安全方便,认证速度更加快捷;4.数据实时上链,实名制交易信息透明可见;5.对于可疑实名制地址账户的冻结与解冻可及时有效控制不法交易的发生和影响。
对附图的简要说明
附图说明
图1为实名制地址生成方式示意图;
图2为创建实名制交易流程图;
图3为实名制交易验证流程图。
发明实施例
本发明的实施方式
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。
实施例1:请参阅图1-3,一种实现区块链交易实名制的实现方法和系统包括以下内容:
A、区块链实名制证书管理:实名制地址基于实名制证书生成,实名制证书由区块链网络所信任的一个/多个管理机构颁发和撤销证书;
B、区块链实名制地址生成:区块链实名制地址由实名制证书对应的公钥哈希+实名制地址前缀组合生成,实名制证书私钥持有人为该地址控制人;
C、区块链实名制地址管理:实名制地址生成后,由控制人的区块链钱包(可以是软件,也可以是硬件钱包)管理,包括地址余额查询,余额使用等;
D、区块链交易锁定脚本与解锁脚本:创建实名制交易需要生成锁定脚本与解锁脚本,锁定脚本由实名制地址公钥哈希和实名制脚本码OP_CHECKREALNAMESIG组成,解锁脚本则由对交易数据的实名制私钥签名结果和签名结果长度组成;
E、实名制交易验证:实名制交易发出后,验证节点解析解锁脚本获取到实名制签名结果和生成交易hash,然后从交易中解析附加证书信息,最后将解锁脚本中的签名结果,交易hash和证书一起做校验,若校验通过则验证通过,若校验不通过,则验证失败。
实施例2:在实施例1的基础上:
关于实名制证书获取:
实名制证书由经社区投票认证的第三方机构核实实名信息后,颁发实名证书。
关于实名制地址生成:
获取到实名证书后,从证书里获取证书公钥作为用户公钥,通过HASH160对用户公钥进行加密,加密后取哈希结果,并取结果前4位作为校验位;将地址码、 哈希结果和校验位按顺序组合后经过BASE58编码后获得实名制地址。
关于实名制交易创建:
1.选取实名制地址UTXO(余额);
2.校验实名制地址余额是否可使用;
3.生成证书附加信息以便校验;
4.打包实名制交易输入和输出;
5.使用实名制个人私钥对实名制交易签名,生成实名制解锁脚本;
6.将签名后的交易打包发送并广播到区块链网络。
关于实名制地址验证:
获取到实名制地址后,将实名制地址公钥与获取到的证书公钥进行对比,若一致,则表示实名制地址所有人与证书所有人一致,若不一致,则表示实名制地址不属于证书所有人。
关于实名制地址余额冻结:
实名制地址由实名制证书公钥生成,由于创建实名制交易需要对证书和地址有效性做校验,所以撤销实名制证书或证书过期均会导致实名制地址余额冻结,从而无法成功创建交易。
关于实名制地址余额解冻:
实名制地址余额被冻结后,解冻需要证书颁发中心根据证书前持有人的公钥重新发放可用证书,发放成功后,实名制地址余额则解冻成功。
对于本领域技术人员而言,显然本发明不限于上述示范性实施例的细节,而且在不背离本发明的精神或基本特征的情况下,能够以其他的具体形式实现本发明。因此,无论从哪一点来看,均应将实施例看作是示范性的,而且是非限制性的,本发明的范围由所附权利要求而不是上述说明限定,因此旨在将落在权利要求的等同要件的含义和范围内的所有变化囊括在本发明内。不应将权利要求中的任何附图标记视为限制所涉及的权利要求。
此外,应当理解,虽然本说明书按照实施方式加以描述,但并非每个实施方式仅包含一个独立的技术方案,说明书的这种叙述方式仅仅是为清楚起见,本领域技术人员应当将说明书作为一个整体,各实施例中的技术方案也可以经适当 组合,形成本领域技术人员可以理解的其他实施方式。

Claims (10)

  1. 一种实现区块链交易实名制的方法,其特征在于,包含以下步骤:
    区块链实名制证书管理;
    区块链实名制地址生成;
    区块链实名制地址管理;
    区块链交易锁定脚本与解锁脚本;
    实名制交易验证。
  2. 根据权利要求1所述的一种实现区块链交易实名制的方法,其特征在于,所述步骤A中,实名制地址基于实名制证书生成,实名制证书由区块链网络所信任的一个/多个管理机构颁发和撤销证书。
  3. 根据权利要求2所述的一种实现区块链交易实名制的方法,其特征在于,所述步骤B中,区块链实名制地址由实名制证书对应的公钥哈希+实名制地址前缀组合生成,实名制证书私钥持有人为该地址控制人。
  4. 根据权利要求3所述的一种实现区块链交易实名制的方法,其特征在于,所述步骤C中,实名制地址生成后,由控制人的区块链钱包管理,包括地址余额查询,余额使用等。
  5. 根据权利要求4所述的一种实现区块链交易实名制的方法,其特征在于,所述步骤D中,创建实名制交易需要生成锁定脚本与解锁脚本,锁定脚本由实名制地址公钥哈希和实名制脚本码OP_CHECKREALNAMESIG组成,解锁脚本则由对交易数据的实名制私钥签名结果和签名结果长度组成。
  6. 根据权利要求5所述的一种实现区块链交易实名制的方法,其特征在于,所述步骤E中,实名制交易发出后,验证节点解析解锁脚本获取到实名制签名结果和生成交易hash,然后从交易中解析附加证书信息,最后将解锁脚本中的签名结果,交易hash和证书一起做校验,若校验通过则验证通过,若校验不通过,则验证失败。
  7. 根据权利要求4所述的一种实现区块链交易实名制的方法,其特征在于,所述区块链钱包为软件或硬件钱包。
  8. 根据权利要求6所述的一种实现区块链交易实名制的方法,其特征在于,所述实名制证书由经社区投票认证的第三方机构核实实名信息后,颁发实名证书。
  9. 根据权利要求1所述的一种实现区块链交易实名制的方法,其特征在于,所述实名制地址生成的步骤是:获取到实名证书后,从证书里获取证书公钥作为用户公钥,通过HASH160对用户公钥进行加密,加密后取哈希结果,并取结果前4位作为校验位;将地址码、哈希结果和校验位按顺序组合后经过BASE58编码后获得实名制地址。
  10. 根据权利要求6所述的一种实现区块链交易实名制的方法,其特征在于,实名制交易创建步骤如下:1)选取实名制地址UTXO;2)校验实名制地址余额是否可使用;3)生成证书附加信息以便校验;4)打包实名制交易输入和输出;5)使用实名制个人私钥对实名制交易签名,生成实名制解锁脚本;6)将签名后的交易打包发送并广播到区块链网络。
PCT/CN2019/104642 2019-08-13 2019-09-06 一种实现区块链交易实名制的方法 WO2021026980A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910743630.0 2019-08-13
CN201910743630.0A CN110517043A (zh) 2019-08-13 2019-08-13 一种实现区块链交易实名制的方法

Publications (1)

Publication Number Publication Date
WO2021026980A1 true WO2021026980A1 (zh) 2021-02-18

Family

ID=68625600

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/104642 WO2021026980A1 (zh) 2019-08-13 2019-09-06 一种实现区块链交易实名制的方法

Country Status (2)

Country Link
CN (1) CN110517043A (zh)
WO (1) WO2021026980A1 (zh)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111865580A (zh) * 2020-07-13 2020-10-30 深圳前海益链网络科技有限公司 token生成及验证方法、装置、计算机设备和存储介质
CN111986028A (zh) * 2020-08-21 2020-11-24 深圳前海益链网络科技有限公司 实名制合约地址生成方法、装置及计算机设备
CN112950201B (zh) * 2021-02-08 2023-10-27 深圳前海益链网络科技有限公司 一种应用于区块链系统的节点管理方法及相关装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016008659A1 (de) * 2014-07-17 2016-01-21 Draglet Gmbh Verfahren und eine vorrichtung zur absicherung von zugriffen auf wallets in denen kryptowährungen abgelegt sind
CN105956923A (zh) * 2016-04-20 2016-09-21 上海如鸽投资有限公司 资产交易平台以及资产的数字化认证和交易方法
CN109150547A (zh) * 2018-09-30 2019-01-04 姚前 一种基于区块链的数字资产实名登记的系统和方法
CN109660485A (zh) * 2017-10-10 2019-04-19 中兴通讯股份有限公司 一种基于区块链交易的权限控制方法及系统
CN109685664A (zh) * 2018-12-20 2019-04-26 姚前 一种基于资产托管系统关联的数字资产实名登记系统

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109544331B (zh) * 2018-10-12 2022-11-22 深圳壹账通智能科技有限公司 基于区块链的供应链金融应用方法、装置、终端设备及存储介质
CN109598615A (zh) * 2018-11-30 2019-04-09 深圳市链联科技有限公司 一种以实体身份参与区块链交易的方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016008659A1 (de) * 2014-07-17 2016-01-21 Draglet Gmbh Verfahren und eine vorrichtung zur absicherung von zugriffen auf wallets in denen kryptowährungen abgelegt sind
CN105956923A (zh) * 2016-04-20 2016-09-21 上海如鸽投资有限公司 资产交易平台以及资产的数字化认证和交易方法
CN109660485A (zh) * 2017-10-10 2019-04-19 中兴通讯股份有限公司 一种基于区块链交易的权限控制方法及系统
CN109150547A (zh) * 2018-09-30 2019-01-04 姚前 一种基于区块链的数字资产实名登记的系统和方法
CN109685664A (zh) * 2018-12-20 2019-04-26 姚前 一种基于资产托管系统关联的数字资产实名登记系统

Also Published As

Publication number Publication date
CN110517043A (zh) 2019-11-29

Similar Documents

Publication Publication Date Title
Lin et al. DCAP: A secure and efficient decentralized conditional anonymous payment system based on blockchain
CN107196966B (zh) 基于区块链的多方信任的身份认证方法和系统
RU2710897C2 (ru) Способы безопасного генерирования криптограмм
CN108599954B (zh) 基于分布式账本的身份验证方法
WO2021008453A1 (zh) 一种基于标识认证的区块链离线交易方法和系统
CN108768652A (zh) 一种可抗量子攻击的联盟区块链底层加密方法
CN113301022B (zh) 基于区块链和雾计算的物联网设备身份安全认证方法
WO2021026980A1 (zh) 一种实现区块链交易实名制的方法
CN105516119A (zh) 基于代理重签名的跨域身份认证方法
TW201426383A (zh) 身份驗證系統及方法
CN110020869B (zh) 用于生成区块链授权信息的方法、装置及系统
CN111355591A (zh) 一种基于实名认证技术的区块链账号安全的管理方法
US20190007218A1 (en) Second dynamic authentication of an electronic signature using a secure hardware module
WO2019178762A1 (zh) 一种验证终端合法性的方法、服务端及系统
CN114270386A (zh) 用于同意架构的认证器应用
Pratama et al. 2FMA-NetBank: A proposed two factor and mutual authentication scheme for efficient and secure internet banking
CN100544254C (zh) 一种实现网络接入认证的方法
CN105873043B (zh) 一种用于移动终端的网络私匙的生成及应用方法及其系统
KR101616795B1 (ko) Pki 기반의 개인키 파일 관리 방법 및 그 시스템
CN116707983A (zh) 授权认证方法及装置、接入认证方法及装置、设备、介质
KR101868564B1 (ko) 사용자 본인 확인(identification) 등록과 로컬 인증을 연계한 사용자 인증 장치 및 방법
CN114119015A (zh) 一种基于区块链和椭圆曲线网购支付方法
JP2007298985A (ja) 銀行カードのコンピュータにおけるpki応用の一つの実現方法
CN113673992A (zh) 一种数字人民币交易过程中的实时算法交易系统
KR101442504B1 (ko) 거래인증을 이용한 경량화된 부인방지시스템

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19941218

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19941218

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 19941218

Country of ref document: EP

Kind code of ref document: A1