CN111401888B - Method and device for generating multi-signature wallet - Google Patents

Method and device for generating multi-signature wallet Download PDF

Info

Publication number
CN111401888B
CN111401888B CN202010141188.7A CN202010141188A CN111401888B CN 111401888 B CN111401888 B CN 111401888B CN 202010141188 A CN202010141188 A CN 202010141188A CN 111401888 B CN111401888 B CN 111401888B
Authority
CN
China
Prior art keywords
public key
public
participant
signature
generating
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
Application number
CN202010141188.7A
Other languages
Chinese (zh)
Other versions
CN111401888A (en
Inventor
杨帅
黄何
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chengdu Tongchuang Jialian Technology Co ltd
Original Assignee
Beijing Gengjin Technology Co ltd
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 Beijing Gengjin Technology Co ltd filed Critical Beijing Gengjin Technology Co ltd
Priority to CN202010141188.7A priority Critical patent/CN111401888B/en
Publication of CN111401888A publication Critical patent/CN111401888A/en
Application granted granted Critical
Publication of CN111401888B publication Critical patent/CN111401888B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • G06Q20/3829Payment protocols; Details thereof insuring higher security of transaction involving key management
    • 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
    • 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

Landscapes

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

Abstract

The application discloses a method and a device for generating a multi-signature wallet, wherein the method comprises the following steps: acquiring the number of participants of the multiple signature addresses; generating a public-private key pair of an initiator, wherein the public-private key pair comprises a public key and a private key; receiving a public key of each participant; generating a multi-signature address according to the public key of each participant and the public key of the initiator, and sending notification information to the terminal of each participant, wherein the notification information comprises the multi-signature address, the public key of the initiator and the public keys of all participants; and the terminal of the participant receives the notification information, verifies ownership of the public key of the participant, and adds the multi-signature address into the multi-signature wallet if the verification is passed. In the embodiment of the application, the multiple signature addresses can be automatically pushed to the terminals of the participants, so that the management difficulty can be reduced, and the usability of the multiple signature addresses can be greatly improved.

Description

Method and device for generating multi-signature wallet
Technical Field
The present application relates to the field of digital asset transactions, and more particularly, to a method and apparatus for generating a multi-signature wallet.
Background
Multiple signature addresses are one particular type of digital signature, and this type of signature will allow more than two users to sign a document as a group. A simple analogy is made, which envisages a safe with two locks and two keys. One key is held by Alice and the other is held by Bob. The only rule for opening the safe is that both people provide keys at the same time, and when only one key is present, the safe is unopened. That is, the multi-signature address where funds are stored can only be accessed by using 2 or more signatures. Thus, an additional layer of security may be created for the user's digital funds.
The existing multiple signature address creation mode has the defects of higher technical threshold and needs to master certain code knowledge. Meanwhile, there is a problem in that it is difficult to distribute and manage the control private key. Therefore, how to solve the usability of multiple signature addresses becomes a urgent problem in the industry.
Disclosure of Invention
The application provides a method and a device for generating a multi-signature wallet, which are used for solving the problem that a multi-signature address is difficult to apply in the prior art.
In a first aspect, the present application provides a method of generating a multi-sign wallet, the method comprising:
acquiring the number of participants of the multiple signature addresses;
generating a public-private key pair of an initiator, wherein the public-private key pair comprises a public key and a private key;
receiving a public key of each participant;
generating a multi-signature address according to the public key of each participant and the public key of the initiator, and sending notification information to the terminal of each participant, wherein the notification information comprises the multi-signature address, the public key of the initiator and the public keys of all participants;
and the terminal of the participant receives the notification information, verifies ownership of the public key of the participant, and adds the multi-signature address into the multi-signature wallet if the verification is passed.
With reference to the first aspect, in a first possible implementation manner of the first aspect, the multiple signature address conforms to a BIP48 protocol.
With reference to the first aspect, in a second possible implementation manner of the first aspect, the public key of each participant and the public key of the initiator generate the multiple signature addresses through hash operation.
With reference to the first aspect, in a third possible implementation manner of the first aspect, the step of verifying ownership of the public key of the participant includes:
receiving a password input by a user, and judging whether the password is the same as a local password;
if the private keys are the same, the private keys of the participants are obtained, and a target public key is generated according to the private keys of the participants;
and judging whether the target public key is the same as the public key of the participator, and if so, passing the verification.
With reference to the first aspect, in a fourth possible implementation manner of the first aspect, the step of generating a public-private key pair of the initiator includes: and generating public and private key pairs conforming to the BIP44 protocol according to the running elliptic curve encryption algorithm.
In a second aspect, the present application provides an apparatus for generating a multi-sign wallet, the apparatus comprising:
an acquisition unit for acquiring the number of participants of the multiple signature addresses;
the first generation unit is used for generating a public and private key pair of an initiator, wherein the public and private key pair comprises a public key and a private key;
a receiving unit for receiving a public key of each participant;
a second generating unit, configured to generate a multiple signature address according to a public key of each participant and a public key of an initiator, and send notification information to a terminal of each participant, where the notification information includes the multiple signature address, the public key of the initiator, and the public keys of all participants;
and the joining unit is used for receiving the notification information by the terminal of the participant, verifying ownership of the public key of the participant, and joining the multi-signature address into the multi-signature wallet if the verification is passed.
With reference to the second aspect, in a first possible implementation manner of the second aspect, the multiple signature address conforms to the BIP48 protocol.
With reference to the second aspect, in a second possible implementation manner of the second aspect, the public key of each participant and the public key of the initiator generate the multiple signature addresses through hash operation.
With reference to the second aspect, in a third possible implementation manner of the second aspect, the step of verifying ownership of the public key of the participant includes:
receiving a password input by a user, and judging whether the password is the same as a local password;
if the private keys are the same, the private keys of the participants are obtained, and a target public key is generated according to the private keys of the participants;
and judging whether the target public key is the same as the public key of the participator, and if so, passing the verification.
With reference to the second aspect, in a fourth possible implementation manner of the second aspect, the step of generating a public-private key pair of the initiator includes: and generating public and private key pairs conforming to the BIP44 protocol according to the running elliptic curve encryption algorithm.
According to the technical scheme, the method and the device for generating the multi-signature wallet comprise the following steps: acquiring the number of participants of the multiple signature addresses; generating a public-private key pair of an initiator, wherein the public-private key pair comprises a public key and a private key; receiving a public key of each participant; generating a multi-signature address according to the public key of each participant and the public key of the initiator, and sending notification information to the terminal of each participant, wherein the notification information comprises the multi-signature address, the public key of the initiator and the public keys of all participants; and the terminal of the participant receives the notification information, verifies ownership of the public key of the participant, and adds the multi-signature address into the multi-signature wallet if the verification is passed. In the embodiment of the application, the multiple signature addresses can be automatically pushed to the terminals of the participants, so that the management difficulty can be reduced, and the usability of the multiple signature addresses can be greatly improved.
Drawings
In order to more clearly illustrate the technical solutions of the present application, the drawings that are needed in the embodiments will be briefly described below, and it will be obvious to those skilled in the art that other drawings can be obtained from these drawings without inventive effort.
FIG. 1 is a flow chart of a first embodiment of a method of generating a multi-signature wallet provided herein;
FIG. 2 is a flow chart of a fourth embodiment of a method of generating a multi-signature wallet provided herein;
fig. 3 is a schematic structural diagram of a generating device of a mixed mode block packet provided in the present application.
Detailed Description
For the purposes, technical solutions and advantages of the present application, the technical solutions of the present application will be clearly and completely described below with reference to specific embodiments of the present application and corresponding drawings. It will be apparent that the described embodiments are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure. The following describes in detail the technical solutions provided by the embodiments of the present application with reference to the accompanying drawings.
The existing multiple signature address creation mode has the defects of higher technical threshold and needs to master certain code knowledge. Meanwhile, there is a problem in that it is difficult to distribute and manage the control private key. Therefore, how to solve the usability of multiple signature addresses becomes a urgent problem in the industry.
Referring to fig. 1, for a first embodiment of a method for generating a multi-signature wallet provided in the present application, it is noted that the method of the embodiment of the present application is applied in the field of cryptocurrency wallets, and the method includes a process of generating a multi-signature address and adding the multi-signature address to the multi-signature wallet, and specifically, the method includes:
s100, acquiring the number of participants of the multiple signature addresses; specifically, the sponsor may set the number of participants who generate the multiple signature addresses through the terminal of the sponsor, for example, the number of participants may be two, three, four, etc. The terminal may be a mobile terminal, such as a cell phone.
S200, generating a public and private key pair of an initiator, wherein the public and private key pair comprises a public key and a private key; it should be noted that the private key of the initiator is stored in the terminal of the initiator.
S300, receiving the public key of each participant. Specifically, the generation process of the public and private key pair of the participant is the same as that of the public and private key pair of the initiator, the public and private key pair of the participant is generated at the terminal of the participant, the public key of the participant is sent to the terminal of the initiator, and the private key of the participant is stored at the terminal of the participant.
S400, generating a multi-signature address according to the public key of each participant and the public key of the initiator, and sending notification information to the terminal of each participant, wherein the notification information comprises the multi-signature address, the public key of the initiator and the public keys of all participants;
it should be noted that, in the embodiment of the present application, after the public key of each participant, the public key of the initiator, and the number of people are processed, a multiple signature address is generated. The multi-signed address may be used for receipt of a digital asset. The security of the digital asset corresponding to the multi-signature address can be ensured through the multi-signature address generated by the public key of a plurality of persons. And after the generation of the multiple signature addresses is finished, automatically sending notification information to the terminals of all the participants. The notification information comprises the multiple signature addresses, the public keys of the sponsor and the public keys of all participants, and the public keys of the sponsor and the public keys of all participants are sent to the terminals of each participant, so that the participants can conveniently record and generate the public keys of the multiple signature addresses, the mutual management of all the participants and the sponsor is facilitated, and the availability of the multiple signature addresses is improved.
S500, the terminal of the participant receives the notification information, the ownership of the public key of the participant is verified, and if the verification is passed, the multi-signature address is imported into the multi-signature wallet. In the embodiment of the application, the private key stored in the participant terminal is used for completing the verification of the ownership of the public key of the participant, and specifically, the private key is stored in the security sandbox. The embodiment of the application can enable the digital asset to be transferred at different terminals at any time by means of the private key. It should also be noted that the multi-sign wallet is pre-existing.
From the above embodiments, a first embodiment of a method of generating a multi-signature wallet of the present application, the method comprising: acquiring the number of participants of the multiple signature addresses; generating a public-private key pair of an initiator, wherein the public-private key pair comprises a public key and a private key; receiving a public key of each participant; generating a multi-signature address according to the public key of each participant and the public key of the initiator, and sending notification information to the terminal of each participant, wherein the notification information comprises the multi-signature address, the public key of the initiator and the public keys of all participants; and the terminal of the participant receives the notification information, verifies ownership of the public key of the participant, and adds the multi-signature address into the multi-signature wallet if the verification is passed. In the embodiment of the application, the multiple signature addresses can be automatically pushed to the terminals of the participants, so that the management difficulty can be reduced, and the usability of the multiple signature addresses can be greatly improved.
A second embodiment of a method of generating a multi-signature wallet is provided herein, the multi-signature address conforming to BIP48 protocol. Specifically, the method conforms to the bip48 specification, and all operations of a user are based on the principle of cryptography.
In a third embodiment of a method for generating a multi-signature wallet provided by the present application, a public key of each participant and a public key of an initiator generate a multi-signature address through a hash operation. Specifically, the hash operation is to convert an input with an arbitrary length (also called as pre-mapped pre-image) into an output with a fixed length through a hash algorithm, and the output is a hash value. Simply stated, a function of compressing messages of arbitrary length to a message digest of a fixed length.
Referring to fig. 2, in a fourth embodiment of a method for generating a multi-signature wallet provided in the present application, the step of verifying ownership of a public key of a participant includes:
s501, receiving a password input by a user, and judging whether the password is the same as a local password;
s502, if the private keys are the same, acquiring the private keys of the participants, and generating a target public key according to the private keys of the participants;
s503, judging whether the target public key is the same as the public key of the participant, and if so, passing the verification.
Specifically, the private key is stored in the secure sandbox, and the local password is set by the user and is used for verifying whether the user can open the secure sandbox. If the password input by the user is the same as the local password, the safe sandbox can be opened, and the private key of the participant in the safe sandbox is obtained. In some embodiments, the private key of the participant is utilized to multiply m by G through an elliptic curve to generate a corresponding target public key, the target public key is used for comparing with the public key of the participant in the notification information sent through the terminal of the initiator, if the target public key is identical to the public key of the participant, the multiple signature address can be added into the multiple signature wallet after verification is passed; if the target public key and the participant's public key are different, the verification fails and the multi-signature address cannot be added to the multi-signature wallet.
From the above embodiments, a fourth embodiment of a method of generating a multi-signature wallet of the present application, a third embodiment of a method of generating a multi-signature wallet, the step of verifying ownership of a public key of a participant comprises: receiving a password input by a user, and judging whether the password is the same as a local password; if the private keys are the same, the private keys of the participants are obtained, and a target public key is generated according to the private keys of the participants; and judging whether the target public key is the same as the public key of the participator, and if so, passing the verification. In the embodiment of the application, the security when the participant can operate the multi-signature address can be ensured by verifying the ownership of the public key of the participant through the private key.
In a fifth embodiment of the method for generating a multi-signature wallet provided by the present application, the step of generating a public-private key pair of an initiator includes: and generating public and private key pairs conforming to the BIP44 protocol according to the running elliptic curve encryption algorithm.
Referring to fig. 3, the present application provides an apparatus for generating a multi-signature wallet, the apparatus comprising:
an acquisition unit 100 for acquiring the number of persons participating in the multiple signature addresses;
a first generating unit 200, configured to generate a public-private key pair of an initiator, where the public-private key pair includes a public key and a private key;
a receiving unit 300 for receiving a public key of each participant;
a second generating unit 400, configured to generate a multiple signature address according to the public key of each participant and the public key of the initiator, and send notification information to the terminal of each participant, where the notification information includes the multiple signature address, the public key of the initiator, and the public keys of all participants;
and the joining unit 500 is used for receiving the notification information by the terminal of the participant, verifying ownership of the public key of the participant, and joining the multi-signature address into the multi-signature wallet if the verification is passed.
In another embodiment of the loading apparatus of the present application, the multiple signature addresses conform to the BIP48 protocol.
In another embodiment of the loading apparatus of the promiscuous mode block grouping provided herein, the public key of each participant and the public key of the sponsor generate the multi-signed address through a hash operation.
In another embodiment of the loading device of the present application, the step of verifying ownership of the public key of the participant includes:
receiving a password input by a user, and judging whether the password is the same as a local password;
if the private keys are the same, the private keys of the participants are obtained, and a target public key is generated according to the private keys of the participants;
and judging whether the target public key is the same as the public key of the participator, and if so, passing the verification.
In another embodiment of the loading device of the promiscuous mode block grouping provided in the present application, the step of generating the public-private key pair of the initiator includes: and generating public and private key pairs conforming to the BIP44 protocol according to the running elliptic curve encryption algorithm.
In a specific implementation, the application further provides a computer storage medium, where the computer storage medium may store a program, where the program may include some or all of the steps in each embodiment of the process prompting method for digital asset address transfer provided by the present invention when the program is executed. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), or the like.
It will be apparent to those skilled in the art that the techniques of embodiments of the present invention may be implemented in software plus a necessary general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in essence or what contributes to the prior art in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method described in the embodiments or some parts of the embodiments of the present invention.
The same or similar parts between the various embodiments in this specification are referred to each other. In particular, for embodiments of secure network middleware for identity authentication and methods and apparatus for implementing the same, the description is relatively simple as it is substantially similar to the method embodiments, and reference should be made to the description of the method embodiments for the matters.
The above-described embodiments of the present application are not intended to limit the scope of the present application.

Claims (8)

1. A method of generating a multi-sign wallet, the method comprising:
acquiring the number of participants of the multiple signature addresses;
generating a public-private key pair of an initiator, wherein the public-private key pair comprises a public key and a private key;
receiving a public key of each participant;
generating a multi-signature address according to the public key of each participant and the public key of the initiator, and sending notification information to the terminal of each participant, wherein the notification information comprises the multi-signature address, the public key of the initiator and the public keys of all participants;
the terminal of the participant receives the notification information and the password input by the user and judges whether the password is the same as the local password;
if the private keys are the same, the private keys of the participants are obtained, and a target public key is generated according to the private keys of the participants;
and judging whether the target public key is the same as the public key of the participant, if so, verifying, and adding the multi-signature address into a multi-signature wallet.
2. The method of claim 1, wherein the multi-signed address conforms to BIP48 protocol.
3. The method of claim 1, wherein the public key of each participant and the public key of the sponsor generate the multi-signed address by hashing.
4. The method of claim 1, wherein the step of generating the public-private key pair of the sponsor comprises: and generating public and private key pairs conforming to the BIP44 protocol according to the running elliptic curve encryption algorithm.
5. An apparatus for generating a multi-sign wallet, the apparatus comprising:
an acquisition unit for acquiring the number of participants of the multiple signature addresses;
the first generation unit is used for generating a public and private key pair of an initiator, wherein the public and private key pair comprises a public key and a private key;
a receiving unit for receiving a public key of each participant;
a second generating unit, configured to generate a multiple signature address according to a public key of each participant and a public key of an initiator, and send notification information to a terminal of each participant, where the notification information includes the multiple signature address, the public key of the initiator, and the public keys of all participants;
the joining unit is used for receiving the notification information and the password input by the user by the terminals of the participants and judging whether the password is the same as the local password or not;
if the private keys are the same, the private keys of the participants are obtained, and a target public key is generated according to the private keys of the participants;
and judging whether the target public key is the same as the public key of the participant, if so, verifying, and adding the multi-signature address into a multi-signature wallet.
6. The apparatus of claim 5, wherein the multi-signed address conforms to BIP48 protocol.
7. The apparatus of claim 5, wherein the public key of each participant and the public key of the sponsor generate the multi-signed address by hashing.
8. The apparatus of claim 5, wherein the step of generating the public-private key pair of the sponsor comprises: and generating public and private key pairs conforming to the BIP44 protocol according to the running elliptic curve encryption algorithm.
CN202010141188.7A 2020-03-05 2020-03-05 Method and device for generating multi-signature wallet Active CN111401888B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010141188.7A CN111401888B (en) 2020-03-05 2020-03-05 Method and device for generating multi-signature wallet

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010141188.7A CN111401888B (en) 2020-03-05 2020-03-05 Method and device for generating multi-signature wallet

Publications (2)

Publication Number Publication Date
CN111401888A CN111401888A (en) 2020-07-10
CN111401888B true CN111401888B (en) 2023-07-07

Family

ID=71430529

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010141188.7A Active CN111401888B (en) 2020-03-05 2020-03-05 Method and device for generating multi-signature wallet

Country Status (1)

Country Link
CN (1) CN111401888B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112184960B (en) * 2020-09-28 2022-08-02 杭州安恒信息技术股份有限公司 Intelligent lock control method and device, intelligent lock system and storage medium
CN114169888B (en) * 2021-12-07 2022-06-28 北京众信星空网络技术有限公司 Universal type cryptocurrency custody method supporting multiple signatures

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106533661A (en) * 2016-10-25 2017-03-22 北京大学 Online generation method for cryptographic currency address based on combined public key
CN106533678A (en) * 2016-07-06 2017-03-22 天津米游科技有限公司 Multi-signature-based login method and system thereof
CN107710258A (en) * 2015-03-27 2018-02-16 黑金币公司 System and method for personal identification and checking
CN108776896A (en) * 2018-06-04 2018-11-09 中钞信用卡产业发展有限公司杭州区块链技术研究院 Digital cash wallet business management method based on multi-signature and system
CN109478307A (en) * 2016-07-29 2019-03-15 区块链控股有限公司 Method and system for realizing block chain
CN109615515A (en) * 2018-12-05 2019-04-12 腾讯科技(深圳)有限公司 Credits voucher transfer method, device, electronic equipment and storage medium
CN109801071A (en) * 2019-01-17 2019-05-24 厦门美图之家科技有限公司 Password remapping method and device
CN110070447A (en) * 2019-03-15 2019-07-30 深圳壹账通智能科技有限公司 Target based on intelligent contract and multi-signature is raised capital's method, medium and equipment

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180240107A1 (en) * 2015-03-27 2018-08-23 Black Gold Coin, Inc. Systems and methods for personal identification and verification
US20170228727A1 (en) * 2016-02-10 2017-08-10 Align Commerce Corporation Conditional payment processing using multi-signature addresses
CN107194676A (en) * 2017-05-05 2017-09-22 北京库神信息技术有限公司 A kind of virtual coin store transaction system and its application method

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107710258A (en) * 2015-03-27 2018-02-16 黑金币公司 System and method for personal identification and checking
CN106533678A (en) * 2016-07-06 2017-03-22 天津米游科技有限公司 Multi-signature-based login method and system thereof
CN109478307A (en) * 2016-07-29 2019-03-15 区块链控股有限公司 Method and system for realizing block chain
CN106533661A (en) * 2016-10-25 2017-03-22 北京大学 Online generation method for cryptographic currency address based on combined public key
CN108776896A (en) * 2018-06-04 2018-11-09 中钞信用卡产业发展有限公司杭州区块链技术研究院 Digital cash wallet business management method based on multi-signature and system
CN109615515A (en) * 2018-12-05 2019-04-12 腾讯科技(深圳)有限公司 Credits voucher transfer method, device, electronic equipment and storage medium
CN109801071A (en) * 2019-01-17 2019-05-24 厦门美图之家科技有限公司 Password remapping method and device
CN110070447A (en) * 2019-03-15 2019-07-30 深圳壹账通智能科技有限公司 Target based on intelligent contract and multi-signature is raised capital's method, medium and equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"区块链技术安全威胁分析";孙国梓等;《南京邮电大学学报(自然科学版)》;第39卷(第5期);第48-62页 *

Also Published As

Publication number Publication date
CN111401888A (en) 2020-07-10

Similar Documents

Publication Publication Date Title
TWI722116B (en) Secure multiparty loss resistant storage and transfer of cryptographic keys for blockchain based systems in conjunction with a wallet management system
CN110958110B (en) Block chain private data management method and system based on zero knowledge proof
CN111125781B (en) File signature method and device and file signature verification method and device
CN111429138A (en) Block link point data safety interaction method and first interaction node
TWI246298B (en) Cryptographic communication system, key distribution server and terminal device constituting the system, and method for sharing key
CN113014379B (en) Three-party authentication and key agreement method, system and computer storage medium supporting cross-cloud domain data sharing
US20210241270A1 (en) System and method of blockchain transaction verification
CN111401888B (en) Method and device for generating multi-signature wallet
CN113468601B (en) Data privacy fusion method and device
US20200202349A1 (en) Multiple asset transactions
CN112632630A (en) SM 2-based collaborative signature calculation method and device
CN117978408B (en) Collaborative signature algorithm detection method, collaborative signature device and readable storage medium
CN114567448B (en) Collaborative signature method and collaborative signature system
CN111177699B (en) Data extraction method, secret key generation method, unlocking method and device
CN115868141A (en) Techniques for single-round multi-party computation of digital signatures
CN114154196A (en) Heterogeneous data processing method and device and electronic equipment
CN113328854B (en) Service processing method and system based on block chain
CN113468580A (en) Multi-party collaborative signature method and system
CN110784318B (en) Group key updating method, device, electronic equipment, storage medium and communication system
CN111245594A (en) Homomorphic operation-based collaborative signature method and system
CN111191262A (en) Block chain wallet client private key protection method based on two-party signature
CN110851804A (en) Alliance chain identity authentication method based on electronic contract
CN116865970A (en) Multiparty cooperative key generation and digital signature method and system based on national cryptographic algorithm
Wang et al. Secure mutual authentication quantum key agreement scheme for two-party setting with key recycling
Tang et al. Two-party signing for ISO/IEC digital signature standards

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
TA01 Transfer of patent application right

Effective date of registration: 20230418

Address after: No. 681, 6th Floor, Building 1, No. 158 West Fourth Ring North Road, Haidian District, Beijing, 100142

Applicant after: Beijing Gengjin Technology Co.,Ltd.

Address before: 571924 building 8830, Walker Park, Hainan Ecological Software Park, Haikou old town high tech industry demonstration zone, Hainan Province

Applicant before: HAINAN XINRUAN SOFTWARE Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20230803

Address after: No. 1303, 13th Floor, Building 1, No. 166 Tianfu Second Street, Chengdu High tech Zone, China (Sichuan) Pilot Free Trade Zone, Chengdu, Sichuan, 610095

Patentee after: Chengdu Tongchuang Jialian Technology Co.,Ltd.

Address before: No. 681, 6th Floor, Building 1, No. 158 West Fourth Ring North Road, Haidian District, Beijing, 100142

Patentee before: Beijing Gengjin Technology Co.,Ltd.

TR01 Transfer of patent right