WO2019127265A1 - Procédé d'écriture de données basé sur un contrat intelligent de chaîne de blocs, et dispositif et support de stockage - Google Patents

Procédé d'écriture de données basé sur un contrat intelligent de chaîne de blocs, et dispositif et support de stockage Download PDF

Info

Publication number
WO2019127265A1
WO2019127265A1 PCT/CN2017/119559 CN2017119559W WO2019127265A1 WO 2019127265 A1 WO2019127265 A1 WO 2019127265A1 CN 2017119559 W CN2017119559 W CN 2017119559W WO 2019127265 A1 WO2019127265 A1 WO 2019127265A1
Authority
WO
WIPO (PCT)
Prior art keywords
blockchain account
blockchain
information
ciphertext
account
Prior art date
Application number
PCT/CN2017/119559
Other languages
English (en)
Chinese (zh)
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 深圳前海达闼云端智能科技有限公司
Priority to CN201780002394.6A priority Critical patent/CN110100422B/zh
Priority to PCT/CN2017/119559 priority patent/WO2019127265A1/fr
Publication of WO2019127265A1 publication Critical patent/WO2019127265A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols

Definitions

  • the present disclosure relates to the field of blockchain technology, and in particular, to a data writing method, device, and storage medium based on a blockchain smart contract.
  • Blockchain technology is a distributed, decentralized, trusted network data consensus storage technology based on a unique block generation mechanism and P2P (Point To Point (point-to-point) network communication mechanism realizes the synchronization problem of distributed computing.
  • P2P Point To Point (point-to-point) network communication mechanism
  • transaction information of any blockchain account is public, and any blockchain account can view the transaction information of other blockchain accounts.
  • transaction information for blockchain accounts may include private information (eg, user identity information), and traditional public blockchains do not adequately protect private information.
  • the main purpose of the present disclosure is to provide a data writing method, device and storage medium based on a blockchain smart contract for protecting private information of a blockchain account.
  • a first aspect of the present disclosure provides a data writing method based on a blockchain smart contract, including:
  • the information ciphertext of the first blockchain account and the secret key ciphertext of the first blockchain account are written into the blockchain of the first blockchain account through the smart contract.
  • a second aspect of the present disclosure provides a data writing apparatus based on a blockchain smart contract, including:
  • a first encryption module configured to encrypt information to be encrypted of the first blockchain account according to a symmetric key obtained in advance, to obtain an information ciphertext of the first blockchain account
  • a second encryption module configured to encrypt the symmetric key according to the public key of the first blockchain account, to obtain a secret key ciphertext of the first blockchain account
  • a writing module configured to write the information ciphertext of the first blockchain account and the secret key ciphertext of the first blockchain account into the block where the first blockchain account is located by using a smart contract In the chain.
  • a third aspect of the present disclosure provides a data writing apparatus based on a blockchain smart contract, including:
  • At least one processor unit a communication interface, a memory, and a communication bus; the at least one processor unit, the communication interface, and the memory complete communication with each other through the communication bus;
  • the memory is configured to store program code
  • the at least one processor unit is configured to execute the program code to implement the method of the first aspect.
  • a fourth aspect of the present disclosure provides a computer readable storage medium for storing a computer program, the computer program comprising instructions for performing the method of the first aspect.
  • the information ciphertext of the first blockchain account and the secret ciphertext of the first blockchain account are stored in the blockchain through the smart contract, and the first blockchain account can be decrypted only by the private key.
  • the secret key ciphertext, and then decrypt the information ciphertext of the first blockchain account, to obtain the information to be encrypted of the first blockchain account, and the private key of the first blockchain account is only known to the blockchain
  • the other blockchain accounts on the block are unknown, so other blockchain accounts on the blockchain cannot decrypt the secret ciphertext of the first blockchain account, and cannot further decrypt the information ciphertext of the first blockchain account. Unable to get the information to be encrypted of the first blockchain account. Therefore, the protection of the information to be encrypted of the first blockchain account is implemented by the above method.
  • FIG. 1 is a schematic flowchart diagram of a data writing method based on a blockchain smart contract according to an embodiment of the present disclosure.
  • FIG. 2 is a schematic flowchart of encryption in a data writing method based on a blockchain smart contract according to an embodiment of the present disclosure.
  • FIG. 3 is a schematic flowchart of decryption in a data writing method based on a blockchain smart contract according to an embodiment of the present disclosure.
  • FIG. 4 is another schematic flowchart of a data writing method based on a blockchain smart contract according to an embodiment of the present disclosure.
  • FIG. 5 is another schematic flowchart of a data writing method based on a blockchain smart contract according to an embodiment of the present disclosure.
  • FIG. 6 is a schematic structural diagram of a data writing apparatus based on a blockchain smart contract according to an embodiment of the present disclosure.
  • FIG. 7 is a schematic structural diagram of another data writing apparatus based on a blockchain smart contract according to an embodiment of the present disclosure.
  • FIG. 1 is a schematic flowchart of a data writing method based on a blockchain smart contract according to an embodiment of the present disclosure, as shown in FIG. The method includes the following steps:
  • Step S101 Encrypt the information to be encrypted of the first blockchain account according to the symmetric key obtained in advance, to obtain the information ciphertext of the first blockchain account;
  • Step S102 Encrypt the symmetric key according to the public key of the first blockchain account to obtain a secret key ciphertext of the first blockchain account;
  • Step S103 Write the information ciphertext of the first blockchain account and the secret key ciphertext of the first blockchain account into the blockchain of the first blockchain account through the smart contract.
  • the first blockchain account may be any blockchain account in the blockchain in which it is located.
  • the information to be encrypted of the first blockchain account includes, but is not limited to, private information of the first blockchain account itself (eg, user identity information) or public information of the first blockchain account itself.
  • the first blockchain account performs the data writing method based on the blockchain smart contract provided by the embodiment of the present disclosure, and the private information of the first blockchain account itself or the public information of the first blockchain account itself Protect.
  • the first blockchain account directly writes it into the blockchain where the first blockchain account is located, so as to speed up data processing. Speed, improve data processing efficiency.
  • the method further includes:
  • the received information to be encrypted is determined as the information to be encrypted of the first blockchain account.
  • the information to be encrypted of the first blockchain account may be provided by any terminal, device or system outside the blockchain.
  • the information to be encrypted is information that needs to be encrypted sent from a terminal device outside the blockchain where the first blockchain account is located.
  • the information that needs to be encrypted is sent to the first blockchain account, and the region based on the embodiment of the present disclosure is executed by the first blockchain account.
  • the data writing method of the blockchain smart contract is to protect the information that the terminal device needs to encrypt.
  • the obtaining manner of the symmetric key obtained in advance in step S101 includes but is not limited to the following two implementation manners:
  • the first implementation manner before each encrypting the information to be encrypted of the first blockchain account, randomly generating the symmetric key, and acquiring the randomly generated symmetric key.
  • the second implementation manner before encrypting the information to be encrypted of the first blockchain account for the first time, randomly generating the symmetric key, and acquiring the first randomly generated symmetric key.
  • the first blockchain account randomly generates a symmetric key before encrypting the encrypted information, and performs the steps S101-S102 by using the randomly generated symmetric key. Since the rules for generating the symmetric key each time are randomly generated, the symmetric key generated by the first blockchain account is different each time, and thus the first blockchain account performs the symmetry used in steps S101-S102 each time.
  • the secret key is different.
  • the first blockchain account randomly generates a symmetric key, and the first randomly generated symmetric key is used to perform steps S101-S102. After the first symmetric generation of the symmetric key, the first blockchain account uses the first randomly generated symmetric key each time steps S101-S102 are performed.
  • the first blockchain account randomly generates a symmetric key before encrypting the encrypted information for the first time, it is not necessary to randomly generate a symmetric key again, and the first randomly generated symmetric key is fixed as the first
  • a blockchain account performs the symmetric key used in steps S101-S102, and thus, the first blockchain account is identical in that the symmetric key used in steps S101-S102 is executed each time.
  • FIG. 2 is a schematic flowchart of encryption in a data writing method based on a blockchain smart contract according to an embodiment of the present disclosure.
  • the first blockchain account encrypts the information to be encrypted of the first blockchain account according to the symmetric key obtained in advance, and obtains the information ciphertext of the first blockchain account;
  • the first blockchain account encrypts the pre-acquired symmetric key according to the public key of the first blockchain account, and obtains the secret key ciphertext of the first blockchain account.
  • the information ciphertext of the first blockchain account and the key ciphertext of the first blockchain account constitute a "digital envelope", and thus, the first blockchain account completes the information to be encrypted in the form of a "digital envelope” And encryption of pre-acquired symmetric keys.
  • step S103 is executed, the information ciphertext of the first blockchain account obtained in step S101 is executed, and the first blockchain account obtained in step S102 is executed.
  • the secret key ciphertext is written into the blockchain where the first blockchain account is located through the smart contract.
  • the information in the blockchain is the ciphertext of the first blockchain account and the secret ciphertext of the first blockchain account
  • only the secret key of the first blockchain account can be decrypted by the private key, and then Decrypting the information ciphertext of the first blockchain account to obtain the information to be encrypted of the first blockchain account
  • the private key of the first blockchain account is only known to itself and to other blockchain accounts on the blockchain It is unknowable, so other blockchain accounts on the blockchain cannot decrypt the secret ciphertext of the first blockchain account, and cannot further decrypt the information ciphertext of the first blockchain account, and cannot obtain the first blockchain.
  • the information to be encrypted of the account Therefore, the protection of the information to be encrypted of the first blockchain account is implemented by the above method.
  • the method further includes:
  • the information to be encrypted is included in the information ciphertext of the first blockchain account, and is stored in the blockchain where the first blockchain account is located. If the information to be encrypted needs to be obtained, firstly, the information ciphertext of the first blockchain account and the secret ciphertext of the first blockchain account are read from the blockchain where the first blockchain account is located. Examples of reading include, but are not limited to, the following embodiments:
  • step S103 After performing step S103, first establishing a mapping relationship between the blockchain account of the first blockchain account and the secret ciphertext of the first blockchain account and the secret ciphertext of the first blockchain account ( That is, the first mapping relationship), so as to query the information of the first blockchain account from the blockchain where the first blockchain account is located through the first mapping relationship and the blockchain account of the first blockchain account.
  • the secret key of the ciphertext and the first blockchain account is ciphered and read.
  • FIG. 3 is a schematic flowchart of decryption in a data writing method based on a blockchain smart contract according to an embodiment of the present disclosure.
  • the above embodiment is applicable to the case where the information to be encrypted is only disclosed to the first blockchain account, and the other blockchain accounts except the first blockchain account are kept secret.
  • the information to be encrypted is disclosed to the first blockchain account and the second blockchain account, and other areas than the first blockchain account and the second blockchain account are The blockchain account is confidential, wherein the number of second blockchain accounts is one or more.
  • the information to be encrypted of the first blockchain account is public information of the second blockchain account, and the first blockchain account and the second blockchain account belong to the same blockchain;
  • FIG. 4 is another schematic flowchart of a data writing method based on a blockchain smart contract according to an embodiment of the present disclosure. As shown in FIG. 4, the method further includes: steps S101-S103 including:
  • Step S104 Encrypt the symmetric key according to the public key of the second blockchain account to obtain a secret key ciphertext of the second blockchain account;
  • Step S105 Write the information ciphertext of the first blockchain account and the secret key ciphertext of the second blockchain account into the blockchain through a smart contract.
  • step S105 the method further includes:
  • steps S104-S105 are similar to steps S102-S103.
  • steps S101-S102 and step S104 are performed.
  • the first blockchain account encrypts the information to be encrypted of the first blockchain account according to the pre-acquired symmetric key to obtain the information ciphertext of the first blockchain account; on the other hand, the first block
  • the chain account encrypts the pre-acquired symmetric key according to the public key of the first blockchain account to obtain the secret key ciphertext of the first blockchain account, and the first blockchain account is based on the second blockchain account.
  • the public key encrypts the pre-acquired symmetric key to obtain the secret key ciphertext of the second blockchain account.
  • the information ciphertext of the first blockchain account and the key ciphertext of the first blockchain account constitute a "digital envelope", the information ciphertext of the first blockchain account and the key of the second blockchain account The ciphertext constitutes another "digital envelope", and thus, the first blockchain account completes the encryption of the encrypted information and the pre-acquired symmetric key in the form of two "digital envelopes".
  • step S103 and step S105 are performed.
  • the process of performing the step S105 in the first blockchain account is: performing the information ciphertext of the first blockchain account obtained in step S101, and executing the secret key of the second blockchain account obtained in step S104.
  • the texts are all written into the blockchain where the first blockchain account and the second blockchain account are co-located through the smart contract. Since the block ciphertext is stored in the blockchain and the secret ciphertext of the second blockchain account is stored, the second blockchain account can only be decrypted by the private key of the second blockchain account.
  • the secret key ciphertext, or the secret key of the first blockchain account can be decrypted by the private key of the first blockchain account, thereby decrypting the information ciphertext of the first blockchain account, and obtaining the first block
  • the information to be encrypted of the chain account, and the private key of the first blockchain account and the private key of the second blockchain account are only known to oneself and are unknown to other blockchain accounts on the blockchain, so the block
  • the other blockchain accounts on the chain cannot decrypt the secret key ciphertext of the first blockchain account and the secret key ciphertext of the second blockchain account, and cannot further decrypt the information ciphertext of the first blockchain account, and cannot
  • the information to be encrypted of the first blockchain account is obtained. Therefore, only the protection of the information to be encrypted is realized by the above method.
  • steps S101-S102 are performed.
  • the first blockchain account encrypts the information to be encrypted of the first blockchain account according to the symmetric key obtained in advance, and obtains the information ciphertext of the first blockchain account;
  • the first blockchain account encrypts the pre-acquired symmetric key according to the public key of the first blockchain account, and obtains the secret key ciphertext of the first blockchain account.
  • the information ciphertext and the key ciphertext actually constitute a "digital envelope", and thus, the first blockchain account completes the encryption of the encrypted information and the pre-acquired symmetric key in the form of "digital envelope".
  • step S103 is executed, the information ciphertext of the first blockchain account obtained in step S101 is executed, and the first blockchain account obtained in step S102 is executed.
  • the secret key ciphertext is written into the blockchain where the first blockchain account is located through the smart contract. Since the block cipher and the secret ciphertext are stored in the blockchain, only the private key of the first blockchain account can decrypt the secret ciphertext, thereby decrypting the ciphertext and obtaining the information to be encrypted, and the first zone
  • the private key of the blockchain account is only known to itself and is unknown to other blockchain accounts on the blockchain.
  • FIG. 5 is another schematic flowchart of a data writing method based on a blockchain smart contract according to an embodiment of the present disclosure. The following is a description of the data writing method based on the blockchain smart contract provided by the embodiment of the present disclosure.
  • the personnel commissioner When the personnel commissioner enters the employee information of an employee, the personal information of the employee's name, ID card, email address, salary, etc., is only allowed to be viewed by the personnel commissioner and the employee himself, and the other personnel are kept confidential; Public information such as travel reimbursement, allowing all employees to view. Therefore, when entering the above private information, the computer used by the personnel commissioner (as the first blockchain account) randomly generates a symmetric key, encrypts the aforementioned private information to form a message ciphertext; and then uses the first blockchain account. The public key and the public key of the computer used by the employee (as the second blockchain account) encrypt the aforementioned symmetric key to form two key ciphertexts.
  • the information ciphertext and the two key ciphertexts are then written into the blockchain in which the first blockchain account and the second blockchain account are co-located through the smart contract.
  • the blockchain For the aforementioned public information, it is directly written into the blockchain.
  • 5 shows an example of a secret key ciphertext, which forms a digital envelope, and the digital envelope is stored in the blockchain through a smart contract.
  • the employee's private information is only passed through the employee's private key (ie, the private key of the second blockchain account) or the personnel commissioner's private key (ie, the private key of the first blockchain account).
  • the employee's private key ie, the private key of the second blockchain account
  • the personnel commissioner's private key ie, the private key of the first blockchain account.
  • FIG. 6 is a schematic structural diagram of a data writing apparatus based on a blockchain smart contract according to an embodiment of the present disclosure.
  • the block chain smart contract based data writing device 600 includes:
  • the first encryption module 601 is configured to encrypt information to be encrypted of the first blockchain account according to a symmetric key obtained in advance, to obtain an information ciphertext of the first blockchain account;
  • the second encryption module 602 is configured to encrypt the symmetric key according to the public key of the first blockchain account to obtain a secret key ciphertext of the first blockchain account;
  • a first writing module 603 configured to write the information ciphertext of the first blockchain account and the secret key ciphertext of the first blockchain account into the first blockchain account by using a smart contract In the blockchain.
  • the device further includes:
  • a first establishing module configured to establish, by the blockchain account of the first blockchain account, an information ciphertext of the first blockchain account and a secret ciphertext of the first blockchain account First mapping relationship between;
  • a first reading module configured to read, according to the first mapping relationship, the information of the first blockchain account from the blockchain according to the blockchain account of the first blockchain account Ciphertext and secret key ciphertext of the first blockchain account;
  • a first decryption module configured to decrypt a secret key ciphertext of the first blockchain account according to a private key of the first blockchain account, to obtain the symmetric key
  • a second decrypting module configured to decrypt the information ciphertext of the first blockchain account according to the symmetric key to obtain information to be encrypted of the first blockchain account.
  • the information to be encrypted of the first blockchain account is public information of a second blockchain account, and the first blockchain account and the second blockchain account belong to the same blockchain.
  • the device also includes:
  • a third encryption module configured to encrypt the symmetric key according to the public key of the second blockchain account, to obtain a secret key ciphertext of the second blockchain account;
  • a second writing module configured to write the information ciphertext of the first blockchain account and the secret key ciphertext of the second blockchain account into the blockchain through a smart contract.
  • the device further includes:
  • a second establishing module configured to establish, by the blockchain account of the second blockchain account, an information ciphertext of the first blockchain account and a secret ciphertext of the second blockchain account a second mapping relationship between;
  • a second reading module configured to read, according to the block mapping account of the second blockchain account, the first blockchain account from the blockchain in the location based on the second mapping relationship Information ciphertext and secret key ciphertext of the second blockchain account;
  • a third decryption module configured to decrypt the secret key ciphertext of the second blockchain account according to the private key of the second blockchain account, to obtain the symmetric key
  • a fourth decryption module configured to decrypt the information ciphertext of the first blockchain account according to the symmetric key to obtain information to be encrypted of the first blockchain account.
  • the device further includes:
  • a first acquiring module configured to randomly generate the symmetric key before acquiring the information to be encrypted of the first blockchain account, and obtain the symmetric key generated by the randomization;
  • a second acquiring module configured to randomly generate the symmetric key before encrypting the information to be encrypted of the first blockchain account for the first time, and obtain a symmetric key generated randomly for the first time.
  • the device further includes:
  • a receiving module configured to receive information to be encrypted sent by the terminal device outside the blockchain
  • a determining module configured to determine the received information to be encrypted as the information to be encrypted of the first blockchain account.
  • the division performed by the block generating device component module is only one logical function division, and may be further divided when actually implemented.
  • the physical implementation of each module may also be in various manners, which is not limited in this disclosure.
  • FIG. 7 is a structure of another data writing device based on a blockchain smart contract according to an embodiment of the present disclosure.
  • At least one processor unit (such as processor unit 111 shown in FIG. 7), communication interface 112, memory 113, and communication bus 114; said at least one processor unit, said communication interface 112, and said memory 113 Communication bus 114 completes communication with each other;
  • the memory 113 is configured to store program code, and the at least one processor unit is configured to execute the program code to implement a blockchain smart contract based data writing method provided by an embodiment of the present disclosure, with specific reference to the above method. Description of the embodiments.
  • the embodiment of the present disclosure further provides a non-transitory computer readable storage medium including instructions, such as the above-described memory 113, which may be executed by a processor of the device 110 to complete the blockchain smart contract based on the embodiments of the present disclosure.
  • Data writing method can be a ROM, a random access memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, and an optical data storage device.

Abstract

L'invention concerne un procédé d'écriture de données basé sur un contrat intelligent de chaîne de blocs, un dispositif et un support de stockage, qui sont utilisés pour protéger des informations privées d'un compte de chaîne de blocs. Le procédé consiste à : chiffrer des informations à chiffrer d'un premier compte de chaîne de blocs selon une clé symétrique pré-acquise afin d'obtenir un texte chiffré d'informations du premier compte de chaîne de blocs ; chiffrer la clé symétrique selon une clé publique du premier compte de chaîne de blocs afin d'obtenir un texte chiffré de clé secrète du premier compte de chaîne de blocs ; au moyen d'un contrat intelligent, écrire le texte chiffré d'informations du premier compte de chaîne de blocs et le texte chiffré de clé secrète du premier compte de chaîne de blocs dans une chaîne de blocs dans laquelle se trouve le premier compte de chaîne de blocs.
PCT/CN2017/119559 2017-12-28 2017-12-28 Procédé d'écriture de données basé sur un contrat intelligent de chaîne de blocs, et dispositif et support de stockage WO2019127265A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201780002394.6A CN110100422B (zh) 2017-12-28 2017-12-28 基于区块链智能合约的数据写入方法、装置及存储介质
PCT/CN2017/119559 WO2019127265A1 (fr) 2017-12-28 2017-12-28 Procédé d'écriture de données basé sur un contrat intelligent de chaîne de blocs, et dispositif et support de stockage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/119559 WO2019127265A1 (fr) 2017-12-28 2017-12-28 Procédé d'écriture de données basé sur un contrat intelligent de chaîne de blocs, et dispositif et support de stockage

Publications (1)

Publication Number Publication Date
WO2019127265A1 true WO2019127265A1 (fr) 2019-07-04

Family

ID=67062944

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/119559 WO2019127265A1 (fr) 2017-12-28 2017-12-28 Procédé d'écriture de données basé sur un contrat intelligent de chaîne de blocs, et dispositif et support de stockage

Country Status (2)

Country Link
CN (1) CN110100422B (fr)
WO (1) WO2019127265A1 (fr)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110335151A (zh) * 2019-07-09 2019-10-15 郭小川 配合智能合约应用的中心化预言机、信息输出方法及系统
CN112019348A (zh) * 2020-08-26 2020-12-01 合肥工业大学 一种基于区块链隐私保护的智能手机云定位方法
CN112261015A (zh) * 2020-10-12 2021-01-22 北京沃东天骏信息技术有限公司 基于区块链的信息共享方法、平台、系统以及电子设备
CN112787976A (zh) * 2019-11-06 2021-05-11 阿里巴巴集团控股有限公司 数据加密、解密和共享方法、设备、系统及存储介质
CN114726560A (zh) * 2020-12-22 2022-07-08 富泰华工业(深圳)有限公司 数据保护方法、计算机装置及可读存储介质
CN114760081A (zh) * 2020-12-28 2022-07-15 富泰华工业(深圳)有限公司 档案加密与解密方法、装置及电子设备
CN115023920A (zh) * 2021-11-05 2022-09-06 富途网络科技(深圳)有限公司 股权激励系统中的数据处理的方法和装置

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111369236B (zh) * 2020-02-19 2023-07-07 建信金融科技有限责任公司 一种应用于区块链的数据管理方法和装置
CN111736783A (zh) * 2020-06-23 2020-10-02 湖南天河国云科技有限公司 一种基于区块链的自助打印方法

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106330452A (zh) * 2016-08-13 2017-01-11 深圳市樊溪电子有限公司 一种用于区块链的安全网络附加装置及方法
CN106534097A (zh) * 2016-10-27 2017-03-22 上海亿账通区块链科技有限公司 基于区块链交易的权限管制方法及系统
CN107294709A (zh) * 2017-06-27 2017-10-24 阿里巴巴集团控股有限公司 一种区块链数据处理方法、装置及系统

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10013573B2 (en) * 2015-12-16 2018-07-03 International Business Machines Corporation Personal ledger blockchain

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106330452A (zh) * 2016-08-13 2017-01-11 深圳市樊溪电子有限公司 一种用于区块链的安全网络附加装置及方法
CN106534097A (zh) * 2016-10-27 2017-03-22 上海亿账通区块链科技有限公司 基于区块链交易的权限管制方法及系统
CN107294709A (zh) * 2017-06-27 2017-10-24 阿里巴巴集团控股有限公司 一种区块链数据处理方法、装置及系统

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110335151A (zh) * 2019-07-09 2019-10-15 郭小川 配合智能合约应用的中心化预言机、信息输出方法及系统
CN110335151B (zh) * 2019-07-09 2022-12-20 郭小川 配合智能合约应用的中心化预言机、信息输出方法及系统
CN112787976A (zh) * 2019-11-06 2021-05-11 阿里巴巴集团控股有限公司 数据加密、解密和共享方法、设备、系统及存储介质
CN112019348A (zh) * 2020-08-26 2020-12-01 合肥工业大学 一种基于区块链隐私保护的智能手机云定位方法
CN112019348B (zh) * 2020-08-26 2022-02-11 合肥工业大学 一种基于区块链隐私保护的智能手机云定位方法
CN112261015A (zh) * 2020-10-12 2021-01-22 北京沃东天骏信息技术有限公司 基于区块链的信息共享方法、平台、系统以及电子设备
CN112261015B (zh) * 2020-10-12 2023-05-12 北京沃东天骏信息技术有限公司 基于区块链的信息共享方法、平台、系统以及电子设备
CN114726560A (zh) * 2020-12-22 2022-07-08 富泰华工业(深圳)有限公司 数据保护方法、计算机装置及可读存储介质
CN114760081A (zh) * 2020-12-28 2022-07-15 富泰华工业(深圳)有限公司 档案加密与解密方法、装置及电子设备
CN115023920A (zh) * 2021-11-05 2022-09-06 富途网络科技(深圳)有限公司 股权激励系统中的数据处理的方法和装置
CN115023920B (zh) * 2021-11-05 2024-01-19 富途网络科技(深圳)有限公司 股权激励系统中的数据处理的方法和装置

Also Published As

Publication number Publication date
CN110100422B (zh) 2021-11-05
CN110100422A (zh) 2019-08-06

Similar Documents

Publication Publication Date Title
WO2019127265A1 (fr) Procédé d'écriture de données basé sur un contrat intelligent de chaîne de blocs, et dispositif et support de stockage
US11038853B2 (en) Secure multi-party protocol
US20190318356A1 (en) Offline storage system and method of use
US11880831B2 (en) Encryption system, encryption key wallet and method
US9485096B2 (en) Encryption / decryption of data with non-persistent, non-shared passkey
KR101389100B1 (ko) 저복잡도 장치들을 사용하여 인증 및 프라이버시를 제공하는 방법 및 장치
CN109729041B (zh) 一种加密内容的发布以及获取方法及装置
US11210658B2 (en) Constructing a distributed ledger transaction on a cold hardware wallet
CN106209352B (zh) 具有前向安全性的有效密钥衍生
CN104270242B (zh) 一种用于网络数据加密传输的加解密装置
CN108282329A (zh) 一种双向身份认证方法及装置
WO2016086788A1 (fr) Procédé et appareil de cryptage/décryptage de données sur terminal mobile
CN101720071A (zh) 基于安全sim卡的短消息两阶段加密传输和安全存储方法
US10263785B1 (en) Cryptography method and system for securing data via electronic transmission
US20180063105A1 (en) Management of enciphered data sharing
WO2019214069A1 (fr) Procédé et appareil de communication d'utilisateur chiffrée sur une chaîne de blocs, dispositif terminal et support d'informations
WO2022217714A1 (fr) Procédé, appareil et dispositif de collision de données, et support de stockage lisible par ordinateur
CN110716724B (zh) 基于fpga实现隐私区块链的方法及装置
US11386429B2 (en) Cryptocurrency securing method and device thereof
US10699021B2 (en) Method and a device for secure storage of at least one element of digital information, and system comprising such device
CN103458101A (zh) 一种手机私密联系人的硬件加密存储方法及系统
JP2014527786A (ja) 指紋情報による認証を行う通信システム及びその用途
TWI611316B (zh) 安全輸入法之文本處理方法、文本處理裝置及文本處理系統
CN108881300A (zh) 一种支持手机端安全协作的文件加密和共享方法及系统
KR101929355B1 (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: 17936039

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 12.11.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 17936039

Country of ref document: EP

Kind code of ref document: A1