CN110209683B - System for acquiring environmental data in real time and writing environmental data into block chain - Google Patents

System for acquiring environmental data in real time and writing environmental data into block chain Download PDF

Info

Publication number
CN110209683B
CN110209683B CN201910485575.XA CN201910485575A CN110209683B CN 110209683 B CN110209683 B CN 110209683B CN 201910485575 A CN201910485575 A CN 201910485575A CN 110209683 B CN110209683 B CN 110209683B
Authority
CN
China
Prior art keywords
data
blockchain
block chain
node
control unit
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
CN201910485575.XA
Other languages
Chinese (zh)
Other versions
CN110209683A (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.)
Beijing Heyue Technology Co.,Ltd.
Original Assignee
Beijing Resource Law 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 Resource Law Technology Co ltd filed Critical Beijing Resource Law Technology Co ltd
Priority to CN201910485575.XA priority Critical patent/CN110209683B/en
Publication of CN110209683A publication Critical patent/CN110209683A/en
Application granted granted Critical
Publication of CN110209683B publication Critical patent/CN110209683B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01DMEASURING NOT SPECIALLY ADAPTED FOR A SPECIFIC VARIABLE; ARRANGEMENTS FOR MEASURING TWO OR MORE VARIABLES NOT COVERED IN A SINGLE OTHER SUBCLASS; TARIFF METERING APPARATUS; MEASURING OR TESTING NOT OTHERWISE PROVIDED FOR
    • G01D21/00Measuring or testing not otherwise provided for
    • G01D21/02Measuring two or more variables by means not covered by a single other subclass
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S19/00Satellite radio beacon positioning systems; Determining position, velocity or attitude using signals transmitted by such systems
    • G01S19/01Satellite radio beacon positioning systems transmitting time-stamped messages, e.g. GPS [Global Positioning System], GLONASS [Global Orbiting Navigation Satellite System] or GALILEO
    • G01S19/13Receivers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Computing Systems (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention discloses a system for acquiring environmental data in real time and writing the environmental data into a block chain. The system comprises: a blockchain terminal proxy node and a blockchain server; wherein, the block chain terminal proxy node comprises: the system comprises an environment sensing module, a micro control unit and a wireless radio frequency module, wherein the micro control unit stores a digital encryption and signature program, an automatic data sending program and a private key and a public key of a block chain terminal proxy node, and is also used for executing the digital encryption and signature program and the automatic data sending program; the wireless radio frequency module is connected with the micro control unit and used for transmitting the environment data to the block chain server; the blockchain server is a node in the blockchain network and is configured to store the received environment data and execute a blockchain application program to write the environment data into the blockchain network. The invention can ensure the authenticity of the environmental data.

Description

System for acquiring environmental data in real time and writing environmental data into block chain
Technical Field
The present invention relates to the field of blockchain technology, and more particularly, to a system for acquiring environmental data in real time and writing the environmental data into a blockchain.
Background
At present, the block chain technology is widely concerned by the industry, and the distributed consensus and data storage mode ensures that data cannot be tampered after being linked, so that the reliability of the data is improved. But the blockchain technique itself cannot guarantee the authenticity of the data before it is uplinked, as it is generated. Especially in the field of environmental data acquisition, the phenomenon of environmental data counterfeiting is particularly serious, and how to guarantee the authenticity of the environmental data becomes a problem to be solved urgently.
Disclosure of Invention
The invention aims to provide a system for acquiring environment data in real time and writing the environment data into a block chain, which can ensure the authenticity of the environment data.
In order to achieve the purpose, the invention provides the following scheme:
a system for acquiring and writing environmental data to a blockchain in real time, comprising: a blockchain terminal proxy node and a blockchain server;
the block chain terminal proxy node includes:
the environment sensing module is used for acquiring environment data;
the micro control unit is used for storing a digital encryption and signature program, a data automatic sending program and a private key and a public key of the block chain terminal proxy node, and is also used for executing the digital encryption and signature program and the data automatic sending program; and
the wireless radio frequency module is connected with the micro control unit and used for transmitting the environment data to the block chain server;
the blockchain server is a node in a blockchain network and is used for storing the received environment data and executing a blockchain application program to write the environment data into the blockchain network.
Optionally, a flash memory is integrated in the micro control unit, and the digital encryption and signature program, the automatic data transmission program, and the private key and the public key of the blockchain terminal proxy node are stored in the flash memory.
Optionally, the radio frequency module includes one or more of a bluetooth module, a WIFI module, and a mobile communication network terminal module.
Optionally, the block chain terminal proxy node further includes a substrate, a data bus and a connection pin interface of the environment sensing module, the micro control unit and the radio frequency module are disposed on the substrate, and the environment sensing module, the micro control unit and the radio frequency module are integrated on the substrate.
Optionally, the blockchain terminal proxy node further includes a power module, and the power module includes a battery.
Optionally, the environment sensing module includes an embeddable microsensor and/or a positioning chip.
Optionally, the digital encryption and signature program includes:
generating a random positive integer k, wherein k < q;
calculating r ═ gkmod p)mod q;
Calculating s ═ k-1(h (m) + xr) mod q, outputting (r, s) as the signature of m;
whereinQ, p, g are global public keys, p ═ kq +1, g ═ h(p-1)/qmod p, h are randomly generated integers, 1<h<(p-1),g>1, m is the environment data, x is the private key of the blockchain terminal proxy node, and h (m) is the hash of m generated using the SHA-1 hash function.
Optionally, the blockchain application includes:
verifying the digital signature;
and after the verification is passed, packaging, broadcasting and updating the distributed data account book on the environment data.
According to the specific embodiment provided by the invention, the invention discloses the following technical effects: the invention provides a system block chain terminal agent node and a block chain server which can obtain environmental data in real time and write the environmental data into a block chain; wherein, the block chain terminal proxy node comprises: the system comprises an environment sensing module, a micro control unit and a wireless radio frequency module; the micro control unit stores a digital encryption and signature program and a data automatic sending program, executes the programs to sign the environmental data acquired by the environmental sensing module and automatically transmit the environmental data to the block chain network, so that the function of transmitting the acquired environmental data to the block chain network in real time is realized, the intervention of human factors is avoided, and the authenticity and the credibility of the uplink data are guaranteed.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a system for acquiring environment data in real time and writing the environment data into a block chain according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The invention aims to provide a system for acquiring environment data in real time and writing the environment data into a block chain, which can ensure the authenticity of the environment data.
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
As shown in fig. 1, the system for acquiring and writing environmental data into a blockchain in real time provided by the present invention includes: a block chain terminal agent node 1 and a block chain server 2;
wherein, the block chain terminal proxy node 1 comprises: the system comprises an environment sensing module 11, a micro control unit 12 and a wireless radio frequency module 13, wherein the environment sensing module 11 is used for acquiring environment data; the micro control unit 12 stores a digital encryption and signature program, an automatic data transmission program and a private key and a public key of the block chain terminal proxy node 1, and the micro control unit 12 is further configured to execute the digital encryption and signature program and the automatic data transmission program; the wireless radio frequency module 13 is connected to the micro control unit 12, and the wireless radio frequency module 13 is configured to transmit the environment data to the blockchain server 2.
The blockchain server 2 is a node in the blockchain network, and can perform standard work of blockchain packaging, broadcasting, and shared data book update, and store blockchain data (received environment data).
The digital encryption and signature program, the automatic data transmission program, and the private key and public key of the blockchain terminal proxy node 1 are stored in the flash memory of the micro control unit 12.
The wireless rf module 13 may adopt communication frequencies and protocols of a standardized local area network such as bluetooth and WiFi, and be implemented by a bluetooth or WiFi (or dual-mode) system on chip (SoC), or adopt a customized mode to design the system on chip (SoC) by selecting a higher frequency band such as 5.8GHz or 28 GHz. The radio frequency module 13 can also be implemented by using a public mobile communication network (such as 4G, 3G, GPRS, etc.) terminal module such as a SIM card and a card reader. The wireless network includes public mobile communication networks (such as 4G, 3G, GPRS, etc.) and wireless local area networks (WiFi, bluetooth, etc.), and the infrastructure includes base stations, antennas, wireless network cards, routers, etc. according to different categories.
The blockchain terminal proxy node 1 further includes a substrate, where the substrate is an integrated motherboard of the device (integrated with the environment sensing module 11, the micro control unit 12, the radio frequency module 13, and the like), and includes a data bus and a connection pin interface of each module.
The micro control unit 12 is an important control module of the device, also called a single chip, and can be analogized to a chip-level computer integrating a central processing unit, a memory, a nonvolatile memory (such as a flash memory), a counter, a digital-to-analog conversion module, and the like.
The environment sensing module 11 can be implemented by using an embeddable micro sensor (such as a temperature sensor, a humidity sensor, a pH value sensor, an acceleration sensor, a three-axis gyroscope, a compound detection sensor, and the like) or a GPS/Beidou positioning chip according to application requirements.
The blockchain terminal proxy node 1 further includes a battery module, which can select a suitable battery according to the device power consumption evaluation and the use requirement.
The parameter determination process in the digital encryption and signature of the invention is as follows:
randomly generating L-bit prime numbers as a global public key p, wherein L needs to satisfy the requirement that the size is between 512 and 1024 and is a multiple of 64;
the global public key q is a 160-bit prime factor of p-1, i.e. the q bit length is 160, which satisfies 2159< q <2160, and p is kq +1, where k is a randomly or pseudo-randomly generated positive integer;
the global public key g is h (p-1)/qmod p, wherein h is a randomly generated integer and needs to satisfy 1<h<(p-1),g>1,gq≡1(mod p);
The user private key x is a positive integer generated randomly or pseudo-randomly, and x < q;
user public key y ═ gxmod(p)。
After the user private key and the user public key are determined, the micro-control unit (102) and the compiler are connected by using the development board, and the private key and the public key of the blockchain terminal proxy node device (i.e. the user private key and the user public key generated in step zero) and the digital encryption and signature program and the customized logic control program (where the customized logic control program includes a program for acquiring data of the environment sensing module, an automatic data transmission program, and control programs of other modules, etc.) are written into a nonvolatile memory (such as a flash memory) in the micro-control unit.
The environment sensing module collects environment data according to the frequency set by the micro control unit and transmits the data to the micro control unit.
The micro control unit runs a Digital Signature Algorithm (DSA) on the received environment data according to the set Digital Signature frequency. The method comprises the following specific steps:
generating a random positive integer k, wherein k < q;
calculating r ═ gkmod p)mod q;
Calculating s ═ k-1(h (m) + xr) mod q, where m is a signature object message, that is, newly added environment data in a period corresponding to a specified digital signature frequency, and h (m) is a hash of m generated by using an SHA-1 hash function;
output (r, s) as a signature of m.
And transmitting the digital signature and (or) corresponding original data to the outside through a wireless radio frequency module according to the frequency set by the micro control unit, and receiving the digital signature and (or) corresponding original data by a connectable block chain server.
After receiving the data, the block chain server firstly verifies the digital signature, and the specific steps are as follows:
receiving a data set (public key (g, p, q, y), original message M, signature (r, s));
calculating w ═ s-1mod q;
Calculating u1=[H(M)w]mod q,u2=rwmod q;
Calculating v ═ [ (g ^ u1y ^ u2) mod p ] mod q;
judging that if v is equal to r, the verification is passed; otherwise, the verification fails and the process terminates.
After the verification is passed, the block chain server cooperates with the terminal agent node to run a block chain application program, and performs block chain network tasks such as data packaging, broadcasting, distributed data account book updating and the like according to the set frequency/data volume. The specific steps are described as follows:
the block chain server feeds back a verification passing message to the terminal proxy node;
a block chain terminal agent node sends a data packing, broadcasting and distributed data book updating request (Proposal) to a certain (generally a plurality of) endorsement nodes (Endorers) in a block chain network;
carrying out data packing on an endorsement node (Endorser) simulation account chain code (Chaincode), and signing and returning an endorsement result (endorsement);
after the number of the received endorsements (Endorsession) reaches a certain threshold value, the block chain terminal agent node sends the packed data subjected to endorsement to a sequencing node (Orders);
the sequencing node (Orders) sequences the read-write sets, constructs a Block (Block), and sends the Block to the confirmation node (Committer);
and the confirmation node (Committer) verifies the Block (Block), the packed data read-write set, the endorsement strategy and the like according to a set rule, writes the verified packed data into a Block chain and broadcasts the Block chain all over the network, and updates the distributed account book database (World State DB) of each place.
The system for acquiring the environmental data in real time and writing the environmental data into the block chain can realize real-time and automatic acquisition of the environmental data, carries out digital signature on the data by the block chain terminal proxy node, and sends the signature and/or the data to the block chain server to be written into the block chain network, thereby avoiding the intervention of human factors in the whole process and ensuring the trueness and credibility of the uplink data. In addition, the invention divides the data chaining process into two parts, sets the digital signature part with lower requirements on calculation and storage at the block chain terminal proxy node for completion, and sets the block packing, verification and broadcasting parts with higher requirements on calculation and storage at the block chain server terminal for completion, thereby realizing cost effectiveness while realizing functionality.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The principles and embodiments of the present invention have been described herein using specific examples, which are provided only to help understand the method and the core concept of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, the specific embodiments and the application range may be changed. In view of the above, the present disclosure should not be construed as limiting the invention.

Claims (6)

1. A system for obtaining and writing environmental data to a blockchain in real time, comprising: a blockchain terminal proxy node and a blockchain server;
the block chain terminal proxy node includes:
the environment sensing module is used for collecting environment data according to the sampling frequency set by the micro control unit and transmitting the environment data to the micro control unit;
the micro control unit is used for executing the digital encryption and signature program and the data automatic sending program, performing signature encryption on received environment data, and sending the environment data subjected to signature encryption to the block chain server through a wireless radio frequency module; and
the wireless radio frequency module is connected with the micro control unit and used for transmitting the environment data after signature encryption to the block chain server;
the blockchain server is a node in a blockchain network and is used for verifying the signature of the environment data and executing a blockchain application program so as to write the environment data into the blockchain network;
the blockchain application includes:
the block chain server feeds back a verification passing message to the block chain terminal proxy node;
the method comprises the steps that a block chain terminal agent node sends data packaging, broadcasting and distributed data account book updating requests to a plurality of endorsement nodes in a block chain network;
the endorsement node simulates account chain codes to package data, and signs and returns an endorsement result;
after the number of the received endorsements reaches a certain threshold value, the block chain terminal agent node sends the packed data subjected to endorsements to the sequencing node;
the sequencing node sequences the read-write set, constructs a block and sends the block to the confirmation node;
verifying the block, the packed data read-write set and the endorsement strategy according to a set rule by the confirmation node, writing the verified packed data into a block chain, broadcasting the block chain in the whole network, and updating the distributed account book database of each place;
the block chain terminal proxy node further comprises a substrate, a data bus, a connection pin interface of the environment sensing module, the micro control unit and the wireless radio frequency module are arranged on the substrate, and the environment sensing module, the micro control unit and the wireless radio frequency module are integrated on the substrate.
2. The system for acquiring environmental data in real time and writing the environmental data into a blockchain according to claim 1, wherein a flash memory is integrated in the micro control unit, and the digital encryption and signature program, the automatic data transmission program and the private key and the public key of the blockchain terminal agent node are stored in the flash memory.
3. The system for acquiring and writing environmental data into a blockchain in real time according to claim 1, wherein the wireless radio frequency module comprises one or more of a bluetooth module, a WIFI module and a mobile communication network terminal module.
4. The system for acquiring and writing environmental data into a blockchain in real time as claimed in claim 1, wherein the blockchain end proxy node further comprises a power module, the power module comprising a battery.
5. The system for acquiring and writing environmental data into a blockchain in real time as claimed in claim 1, wherein the environmental awareness module comprises an embeddable microsensor and/or a positioning chip.
6. The system for acquiring and writing environmental data into a blockchain in real time as claimed in claim 1, wherein the digital encryption and signature procedure comprises:
generating a random positive integer k, wherein k < q;
calculating r ═ gkmod p)mod q;
Calculating s ═ k-1(h (m) + xr) mod q, outputting (r, s) as the signature of m;
wherein, q, p and g are global public keys, p is kq +1, g is h(p-1)/qmod p, h are randomly generated integers, 1<h<(p-1),g>1, m is the environment data, x is the private key of the blockchain terminal proxy node, and h (m) is the hash of m generated using the SHA-1 hash function.
CN201910485575.XA 2019-06-05 2019-06-05 System for acquiring environmental data in real time and writing environmental data into block chain Active CN110209683B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910485575.XA CN110209683B (en) 2019-06-05 2019-06-05 System for acquiring environmental data in real time and writing environmental data into block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910485575.XA CN110209683B (en) 2019-06-05 2019-06-05 System for acquiring environmental data in real time and writing environmental data into block chain

Publications (2)

Publication Number Publication Date
CN110209683A CN110209683A (en) 2019-09-06
CN110209683B true CN110209683B (en) 2021-11-16

Family

ID=67791037

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910485575.XA Active CN110209683B (en) 2019-06-05 2019-06-05 System for acquiring environmental data in real time and writing environmental data into block chain

Country Status (1)

Country Link
CN (1) CN110209683B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111125737B (en) * 2019-12-25 2022-07-19 河北先河环保科技股份有限公司 Environmental monitoring system based on block chain
CN111182525B (en) * 2019-12-25 2022-09-02 中国联合网络通信集团有限公司 Method and device for storing data
CN111143859A (en) * 2020-01-07 2020-05-12 杭州宇链科技有限公司 Module for collecting credible data and data transmission method
CN111641694A (en) * 2020-05-19 2020-09-08 全链通有限公司 Block chain-based application program release method, device and storage medium
CN112039858A (en) * 2020-08-14 2020-12-04 深圳市迈科龙电子有限公司 Block chain service security reinforcement system and method
CN114062604A (en) * 2021-11-11 2022-02-18 湖北邮电规划设计有限公司 Intelligent acquisition terminal based on block chain

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106296359A (en) * 2016-08-13 2017-01-04 深圳市樊溪电子有限公司 Credible electric power networks transaction platform based on block chain technology
CN106407481A (en) * 2016-11-30 2017-02-15 福州微启迪物联科技有限公司 Block chain architecture-based ecological environment monitoring system and implementation method thereof
CN107968708A (en) * 2017-11-10 2018-04-27 财付通支付科技有限公司 Generate method, apparatus, terminal and the server of signature
CN108632381A (en) * 2018-05-14 2018-10-09 济南浪潮高新科技投资发展有限公司 A kind of environment measure of supervision and system based on block chain
CN108632293A (en) * 2018-05-16 2018-10-09 山东建筑大学 Architectural Equipment Internet of things system based on block chain technology and method
WO2019032089A1 (en) * 2017-08-07 2019-02-14 Visa International Service Association Blockchain architecture with record security
CN109672530A (en) * 2019-01-08 2019-04-23 如般量子科技有限公司 Anti- quantum calculation digital signature method and anti-quantum calculation digital signature system based on unsymmetrical key pond

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106295401A (en) * 2016-08-13 2017-01-04 深圳市樊溪电子有限公司 A kind of read-only secure file storage system and method for block chain
CN107332900A (en) * 2017-06-27 2017-11-07 山东浪潮商用系统有限公司 A kind of privately owned block chain management platform of support Internet of Things fused business
CN108259467A (en) * 2017-12-13 2018-07-06 晖保智能科技(上海)有限公司 A kind of encryption and authentication method of block chain communication system
CN108416577B (en) * 2018-03-02 2021-03-05 上海汉得信息技术股份有限公司 Block chain service system
CN109040271B (en) * 2018-08-15 2020-12-29 深圳市引方科技有限公司 Network equipment integrity protection method under distributed environment
CN109655107B (en) * 2018-12-25 2021-08-10 深圳市元征科技股份有限公司 Air quality monitoring method and device, vehicle and computer readable storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106296359A (en) * 2016-08-13 2017-01-04 深圳市樊溪电子有限公司 Credible electric power networks transaction platform based on block chain technology
CN106407481A (en) * 2016-11-30 2017-02-15 福州微启迪物联科技有限公司 Block chain architecture-based ecological environment monitoring system and implementation method thereof
WO2019032089A1 (en) * 2017-08-07 2019-02-14 Visa International Service Association Blockchain architecture with record security
CN107968708A (en) * 2017-11-10 2018-04-27 财付通支付科技有限公司 Generate method, apparatus, terminal and the server of signature
CN108632381A (en) * 2018-05-14 2018-10-09 济南浪潮高新科技投资发展有限公司 A kind of environment measure of supervision and system based on block chain
CN108632293A (en) * 2018-05-16 2018-10-09 山东建筑大学 Architectural Equipment Internet of things system based on block chain technology and method
CN109672530A (en) * 2019-01-08 2019-04-23 如般量子科技有限公司 Anti- quantum calculation digital signature method and anti-quantum calculation digital signature system based on unsymmetrical key pond

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
区块链技术解析与应用评估;王雁鹏;《区块链技术解析与应用评估》;20180710(第7期);第26-31页 *

Also Published As

Publication number Publication date
CN110209683A (en) 2019-09-06

Similar Documents

Publication Publication Date Title
CN110209683B (en) System for acquiring environmental data in real time and writing environmental data into block chain
CN112801658B (en) Cross-border resource transfer authenticity auditing method and device and electronic equipment
US20090260084A1 (en) Method for verifying conformity of the logical content of a computer appliance with a reference content
CN105555615A (en) Rewrite detection system, rewrite detection device and information processing device
CN109587112A (en) It is a kind of send data method, receive data method, equipment and system
CN110046523A (en) Intelligent contract method of calibration and device and electronic equipment
CN105185414A (en) Test method and test device
CN110531384A (en) A kind of Galilean satellite signal imitation system and its analogy method
Šimoňák Verification of communication protocols based on formal methods integration
WO2006046285A1 (en) Time proof server, terminal, and time proving method
CN101739525B (en) Safety check method, compilation device, device and method for executing NET program
CN113536240A (en) Method and device for using admission ticket by combining NFT (network File transfer)
TWI707573B (en) Apparatus for adding data to blockchain, data verification apparatus, and data verification method
US20200213095A1 (en) Method and device for the computer aided processing of a random bit pattern
CN113535578B (en) CTS test method, CTS test device and CTS test equipment
CN111314151B (en) Node management method, node management device, electronic equipment and computer readable storage medium
CN114298840A (en) Block chain transaction endorsement method and system based on zero knowledge proof
CN115827548B (en) MDIO interface method and system based on LPC bus
CN111831725A (en) Synchronous storage method and device for internet tourism data on block chain
CN110061856A (en) A kind of communication means based on block chain, device and electronic equipment
KR102193822B1 (en) Distributed compile system implementing blockchain rewards
KR102227403B1 (en) Distributed compile system implementing blockchain rewards
De Keersmaeker et al. Using LoRaWAN and Wi-Fi for smart city monitoring in Louvain-la-Neuve
CN118175076A (en) Ad hoc network mode virtual power plant communication protocol simulation method and system
CN106030339B (en) Navigation message reception device

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

Effective date of registration: 20200429

Address after: Room 268, Room 102, floor 1, building 10, No. 28, gaoliangqiaoxie street, Haidian District, Beijing 100081

Applicant after: Beijing Resource Law Technology Co., Ltd

Address before: 100083 D-1, 6th Floor, Block B, No. 1 Wangzhuang Road, Haidian District, Beijing

Applicant before: BEIJING CHAINEDTRUST TECHNOLOGY Co.,Ltd.

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

Effective date of registration: 20211210

Address after: Room 207, 2 / F, Taixing building, No. 11 Huayuan East Road, Haidian District, Beijing

Patentee after: Beijing Heyue Technology Co.,Ltd.

Address before: 100081 Room 102, first floor, building 10, No. 28, gaoliangqiaoxie street, Haidian District, Beijing 268

Patentee before: Beijing Resource Law Technology Co.,Ltd.