CN110427772B - Privacy protection electronic voting method and system based on block chain - Google Patents

Privacy protection electronic voting method and system based on block chain Download PDF

Info

Publication number
CN110427772B
CN110427772B CN201910567439.5A CN201910567439A CN110427772B CN 110427772 B CN110427772 B CN 110427772B CN 201910567439 A CN201910567439 A CN 201910567439A CN 110427772 B CN110427772 B CN 110427772B
Authority
CN
China
Prior art keywords
voting
nodes
votes
node
key
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910567439.5A
Other languages
Chinese (zh)
Other versions
CN110427772A (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.)
Bubi Beijing Network Technology Co ltd
Original Assignee
Bubi Chongqing Block Chain Technology Co ltd
Bubi Beijing Network 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 Bubi Chongqing Block Chain Technology Co ltd, Bubi Beijing Network Technology Co ltd filed Critical Bubi Chongqing Block Chain Technology Co ltd
Priority to CN201910567439.5A priority Critical patent/CN110427772B/en
Publication of CN110427772A publication Critical patent/CN110427772A/en
Application granted granted Critical
Publication of CN110427772B publication Critical patent/CN110427772B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6245Protecting personal data, e.g. for financial or medical purposes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Medical Informatics (AREA)
  • Databases & Information Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a privacy protection electronic voting method and a system based on a block chain, wherein the method comprises the following steps: determining a voting rule, and establishing a plurality of voting nodes and one or more verification nodes in the block chain according to the voting rule; generating a voting key and a corresponding homomorphic encryption algorithm according to a preset rule; each node of the plurality of voting nodes receives the votes of the voting participants, encrypts the votes according to the voting keys and sends the encrypted votes to the verification node; the verification node receives the encrypted votes sent by the plurality of voting nodes, and performs voting statistical calculation according to the homomorphic encryption algorithm to obtain an encrypted voting statistical result; decrypting the encrypted voting statistical result according to a decryption key corresponding to the voting key to obtain a voting statistical result; the method and the system realize the public transparency and privacy security guarantee of the electronic voting by setting the secret key and based on homomorphic encryption and zero knowledge proof.

Description

Privacy protection electronic voting method and system based on block chain
Technical Field
The invention relates to the technical field of internet, in particular to a privacy protection electronic voting method and system based on a block chain.
Background
With the development of internet technology and modern cryptography technology, electronic voting is gradually gaining social attention as a new voting mode, and many experts and scholars are invested in research in the field of electronic voting. Electronic voting is based on various cryptographic techniques as a theoretical basis, and the whole voting process is completed through a computer and a network, so that a safe, convenient and efficient voting environment is provided on the Internet. Compared with the traditional voting, the electronic voting has the advantages of quickness and accuracy in vote counting, labor and expense saving, easiness in voting and the like. Voting over the internet, however, presents problems such as fraudulent votes, duplicate votes, and security. In the current electronic voting system, the authority of a voting manager is too concentrated, an illegal manager can falsify the voting data, and the result of voting is influenced by the illegal manager by counterfeiting votes which are not cast by the voters.
The blockchain technology records all past transaction and historical data by establishing a commonly maintained and non-falsifiable database, wherein all transaction data are stored in a distributed mode, are publicly transparent and have the security characteristics of non-changeability, non-falsification and complete traceability; but also due to the public transparency nature of the blockchain, privacy security assurance of electronic voting through the blockchain becomes problematic.
Disclosure of Invention
In order to solve the problem that hidden danger exists in the privacy security guarantee of electronic voting based on a block chain technology in the background art, the invention provides a block chain-based privacy protection electronic voting method and system, wherein the method and system realize the public transparency and privacy security guarantee of the electronic voting by setting voting nodes, verification nodes and supervision nodes with different responsibilities, setting keys and based on homomorphic encryption and zero-knowledge proof; the privacy protection electronic voting method based on the block chain comprises the following steps:
determining a voting rule, and establishing a plurality of voting nodes and one or more verification nodes in the block chain according to the voting rule;
generating a voting key and a corresponding homomorphic encryption algorithm according to a preset rule;
sharing the voting key among the plurality of voting nodes; each node of the plurality of voting nodes receives the votes of the voting participants, encrypts the votes according to the voting keys and sends the encrypted votes to the verification node;
providing the homomorphic encryption algorithm to a verification node; the verification node receives the encrypted votes sent by the plurality of voting nodes, and performs voting statistical calculation according to the homomorphic encryption algorithm to obtain an encrypted voting statistical result;
and decrypting the encrypted voting statistical result according to a decryption key corresponding to the voting key to obtain the voting statistical result.
Further, the voting rules include a voting object, the number of votes by each voting participant, whether multiple votes can be cast against the same voting object, whether disclaimer is allowed, and a voting deadline.
Further, the number of the established voting nodes is greater than or equal to the number of voting participants;
each voting participant selects at most one node and votes, and the corresponding voting node receives the vote of the voting participant;
and the voting participants who do not vote within the preset deadline are regarded as the abstinence, and the corresponding voting nodes automatically generate the abstinence tickets.
Further, generating a corresponding verification rule after homomorphic encryption according to the voting rule;
the verifying node verifies whether the received encrypted votes sent by the voting nodes violate rules or not according to the verifying rules;
discarding the encrypted vote violating the rule.
Further, the nodes established in the blockchain according to the voting rules further comprise a supervision node;
the supervising node shares the voting key with the plurality of voting nodes;
and the supervision node decrypts the encrypted votes according to the voting key and screens illegal votes and corresponding illegal nodes according to a preset rule.
Further, the voting statistical result is broadcasted in the block chain in the whole network;
all receiving nodes of the whole network execute a consensus algorithm on the voting statistical result;
and after the global network consensus verification is passed, storing the voting statistical result into a block of a block chain.
The privacy protection electronic voting system based on the block chain comprises: a rule establishing unit and a key generating unit;
the rule establishing unit is used for determining a voting rule and establishing a plurality of voting nodes and one or more verification nodes in a block chain according to the voting rule;
the key generation unit is used for generating a voting key and a corresponding homomorphic encryption algorithm according to a preset rule;
the key generation unit is used for providing the voting key to each of the plurality of voting nodes; the key generation unit is used for providing the homomorphic encryption algorithm to a verification node;
each node of the plurality of voting nodes receives the votes of the voting participants, encrypts the votes according to the voting keys and sends the encrypted votes to the verification node;
the verification node receives the encrypted votes sent by the plurality of voting nodes, and performs voting statistical calculation according to the homomorphic encryption algorithm to obtain an encrypted voting statistical result;
the key generation unit is used for decrypting the encrypted voting statistic result according to a decryption key corresponding to the voting key to obtain the voting statistic result.
Further, the voting rule established by the rule establishing unit includes a voting object, the number of votes of each voting participant, whether a plurality of votes can be cast for the same voting object, whether disclaimer is allowed, and a voting deadline.
Further, the number of the plurality of voting nodes established by the rule establishing unit is greater than or equal to the number of voting participants;
each voting participant selects at most one node and votes, and the corresponding voting node receives the vote of the voting participant;
and the voting participants who do not vote within the preset deadline are regarded as the abstinence, and the corresponding voting nodes automatically generate the abstinence tickets.
Further, the rule establishing unit is configured to generate a corresponding validation rule after homomorphic encryption according to the voting rule; and providing the validation rules to a validation node;
and the verification node verifies whether the received encrypted votes sent by the plurality of voting nodes violate the rules according to the verification rules, and discards the encrypted votes violating the rules.
Further, the nodes established by the rule establishing unit in the blockchain according to the voting rules further comprise a supervision node;
the supervising node shares the voting key with the plurality of voting nodes;
and the supervision node decrypts the encrypted votes according to the voting key and screens illegal votes and corresponding illegal nodes according to a preset rule.
Further, the key generation unit performs whole network broadcasting on the voting statistic result in a block chain;
all receiving nodes of the whole network execute a consensus algorithm on the voting statistical result;
and after the global network consensus verification is passed, storing the voting statistical result into a block of a block chain.
The invention has the beneficial effects that: the technical scheme of the invention provides a block chain-based privacy protection electronic voting method and a block chain-based privacy protection electronic voting system, wherein the method and the system realize the public transparency and privacy security assurance of electronic voting by setting voting nodes, verification nodes and supervision nodes with different responsibilities, setting keys and based on homomorphic encryption and zero-knowledge proof; according to the method and the system, the voting information is monitored by the monitoring node in real time, so that malicious information is prevented; each voting node only communicates with the verification node, and the communicated voting information is encrypted, so that anonymous voting can be realized for each voting participant, and a voting result is obtained; the method and the system are based on the block chain technology, and the fairness guarantee of the electronic voting is realized according to the public transparency of the block chain and the permanent storage property and the non-tamper property of the block storage.
Drawings
A more complete understanding of exemplary embodiments of the present invention may be had by reference to the following drawings in which:
fig. 1 is a flowchart of a privacy-preserving electronic voting method based on a block chain according to an embodiment of the present invention;
fig. 2 is a block diagram of an electronic voting system for privacy protection based on a block chain according to an embodiment of the present invention.
Detailed Description
The exemplary embodiments of the present invention will now be described with reference to the accompanying drawings, however, the present invention may be embodied in many different forms and is not limited to the embodiments described herein, which are provided for complete and complete disclosure of the present invention and to fully convey the scope of the present invention to those skilled in the art. The terminology used in the exemplary embodiments illustrated in the accompanying drawings is not intended to be limiting of the invention. In the drawings, the same units/elements are denoted by the same reference numerals.
Unless otherwise defined, terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. Further, it will be understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the relevant art and will not be interpreted in an idealized or overly formal sense.
Fig. 1 is a flowchart of a block chain-based privacy protection electronic voting method according to an embodiment of the present invention; as shown in fig. 1, the method includes:
step 110, determining a voting rule, and establishing a plurality of voting nodes and one or more verification nodes in a block chain according to the voting rule;
the determining voting rules comprise determining a voting object, the voting number of each voting participant, whether a plurality of votes can be cast on the same voting object, whether the right to be discarded is allowed and a voting deadline.
Before executing voting, determining a specific voting rule according to the rule; the rule is the basis for generating the voting key and the homomorphic encryption algorithm and is also the premise that the verification node judges whether the voting is illegal according to the verification rule.
For example, if the vote is an election vote, the rule may be set as follows: the voting objects are candidates to be voted, and the voting number of each voting participant is 1, so that the situation that the same voting object is voted for multiple times does not exist, the right is allowed to be abandoned, and the deadline time is set.
Further, the voting rule further includes: the number of the established plurality of voting nodes is more than or equal to the number of voting participants;
each voting participant selects at most one node and votes, and the corresponding voting node receives the vote of the voting participant;
and the voting participants who do not vote within the preset deadline are regarded as the abstinence, and the corresponding voting nodes automatically generate the abstinence tickets.
Step 120, generating a voting key and a corresponding homomorphic encryption algorithm according to a preset rule;
in order to ensure the communication security of the voting information and avoid seeing the plaintext of the voting information at the verification node, a voting key is generated through a preset rule, wherein the voting key can be a single key generated under a symmetric encryption algorithm or a pair of keys generated under an asymmetric encryption algorithm;
and generating a homomorphic encryption algorithm aiming at the voting key corresponding to the voting key, wherein the homomorphic encryption algorithm can perform any number of addition and multiplication operations on the encrypted data, so that the result obtained by performing the operation on the encrypted data is consistent with the ciphertext obtained by performing the same operation on the data in the encryption area and then encrypting the data.
By obtaining the homomorphic encryption algorithm, the verification node can still realize the statistical calculation of the voting result on the premise of not knowing the voting key.
Step 130, sharing the voting key among the plurality of voting nodes; each node of the plurality of voting nodes receives the votes of the voting participants, encrypts the votes according to the voting keys and sends the encrypted votes to the verification node;
the voting key is the same for each voting node, and each voting node encrypts the voting result by using the same voting key, so that the validity of voting result statistics performed by the verification node by using a homomorphic encryption algorithm is also ensured.
Step 140, providing the homomorphic encryption algorithm to a verification node; the verification node receives the encrypted votes sent by the plurality of voting nodes, and performs voting statistical calculation according to the homomorphic encryption algorithm to obtain an encrypted voting statistical result;
due to the characteristic of a homomorphic encryption algorithm, the encrypted voting statistical result obtained by calculation is equivalent to the actual voting statistical result, and the encrypted result is obtained by encrypting the voting key.
Further, before counting the calculation result, the verifying node is further configured to verify whether the vote violates a rule:
generating a corresponding verification rule after homomorphic encryption according to the voting rule;
the verifying node verifies whether the received encrypted votes sent by the voting nodes violate rules or not according to the verifying rules; discarding the encrypted vote violating the rule.
And 150, decrypting the encrypted voting statistical result according to the decryption key corresponding to the voting key to obtain the voting statistical result.
The action of decrypting the encrypted voting statistic result can be completed in any node with the voting key, such as a designated voting node; after the verification node obtains the encrypted voting statistical result, the result is transmitted back to all the voting nodes, and the voting nodes receiving the encrypted voting statistical result can decrypt according to the voting key and check the plaintext of the final voting statistical result.
Further, the voting statistical result is broadcasted in the block chain in the whole network; all receiving nodes of the whole network execute a consensus algorithm on the voting statistical result; and after the global network consensus verification is passed, storing the voting statistical result into a block of a block chain.
Further, in order to ensure the fairness of the voting process, the nodes established in the block chain according to the voting rules also comprise a supervision node;
the supervision node is used for viewing the voting process and the voting information of each voting node in real time, so that the supervision node has the highest authority, namely the supervision node shares the voting key with the plurality of voting nodes;
and the supervision node decrypts the encrypted votes according to the voting key and screens illegal votes and corresponding illegal nodes according to a preset rule.
Fig. 2 is a block diagram of an electronic voting system for privacy protection based on a block chain according to an embodiment of the present invention; as shown in fig. 2, the system includes:
a rule establishing unit 210 and a key generating unit 220;
the rule establishing unit 210 is configured to determine a voting rule, and establish a plurality of voting nodes 231 (a plurality of voting nodes 231 are identified in the figure) and one or more verification nodes 232 in the blockchain 230 according to the voting rule;
the key generation unit 220 is configured to generate a voting key and a corresponding homomorphic encryption algorithm according to a preset rule;
the key generation unit 220 is configured to provide the voting key to each of the plurality of voting nodes 231; the key generation unit 220 is configured to provide the homomorphic encryption algorithm to a verification node 232;
each of the plurality of voting nodes 231 receives the vote of the voting participant, encrypts the vote according to the voting key, and sends the encrypted vote to the verification node 232;
the verification node 232 receives the encrypted votes sent by the plurality of voting nodes 231, and performs voting statistical calculation according to the homomorphic encryption algorithm to obtain an encrypted voting statistical result;
the key generating unit 220 is configured to decrypt the encrypted voting statistic result according to a decryption key corresponding to the voting key, so as to obtain a voting statistic result.
Further, the voting rule established by the rule establishing unit 210 includes a voting object, the number of votes of each voting participant, whether a plurality of votes can be cast for the same voting object, whether disclaimer is allowed, and a voting deadline.
Further, the number of the plurality of voting nodes 231 established by the rule establishing unit 210 is greater than or equal to the number of voting participants;
each voting participant selects at most one node and votes, and the corresponding voting node 231 receives the vote of the voting participant;
voting participants who have not voted within the preset deadline are regarded as absences, and corresponding voting nodes 231 automatically generate absences.
Further, the rule establishing unit 210 is configured to generate a corresponding verification rule after homomorphic encryption according to the voting rule; and provides the validation rules to validation node 232;
the verifying node 232 verifies whether the received encrypted votes sent by the voting nodes 231 violate the rule according to the verification rule, and discards the encrypted votes violating the rule.
Further, the nodes established by the rule establishing unit 210 in the blockchain 230 according to the voting rule further include a supervision node;
the supervising node shares the voting key with the plurality of voting nodes 231;
and the supervision node decrypts the encrypted votes according to the voting key and screens illegal votes and corresponding illegal nodes according to a preset rule.
Further, the key generation unit 220 performs a network-wide broadcast on the voting statistics result in the blockchain 230;
all receiving nodes of the whole network execute a consensus algorithm on the voting statistical result;
after the global consensus is verified, the voting statistics are stored in the blocks of the block chain 230.
In the description provided herein, numerous specific details are set forth. However, it is understood that embodiments of the disclosure may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
Those skilled in the art will appreciate that the modules in the device in an embodiment may be adaptively changed and disposed in one or more devices different from the embodiment. The modules or units or components of the embodiments may be combined into one module or unit or component, and furthermore they may be divided into a plurality of sub-modules or sub-units or sub-components. All of the features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or elements of any method or apparatus so disclosed, may be combined in any combination, except combinations where at least some of such features and/or processes or elements are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings) may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise. Reference to step numbers in this specification is only for distinguishing between steps and is not intended to limit the temporal or logical relationship between steps, which includes all possible scenarios unless the context clearly dictates otherwise.
Moreover, those skilled in the art will appreciate that while some embodiments described herein include some features included in other embodiments, rather than other features, combinations of features of different embodiments are meant to be within the scope of the disclosure and form different embodiments. For example, any of the embodiments claimed in the claims can be used in any combination.
Various component embodiments of the disclosure may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. The present disclosure may also be embodied as device or system programs (e.g., computer programs and computer program products) for performing a portion or all of the methods described herein. Such programs implementing the present disclosure may be stored on a computer-readable medium or may be in the form of one or more signals. Such a signal may be downloaded from an internet website or provided on a carrier signal or in any other form.
It should be noted that the above-mentioned embodiments illustrate rather than limit the disclosure, and that those skilled in the art will be able to design alternative embodiments without departing from the scope of the appended claims. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The disclosure may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several systems, several of these systems may be embodied by one and the same item of hardware.
The foregoing is directed to embodiments of the present disclosure, and it is noted that numerous improvements, modifications, and variations may be made by those skilled in the art without departing from the spirit of the disclosure, and that such improvements, modifications, and variations are considered to be within the scope of the present disclosure.

Claims (8)

1. A privacy preserving electronic voting method based on a blockchain, the method comprising:
determining a voting rule, and establishing a plurality of voting nodes, one or more verification nodes and a supervision node in a block chain according to the voting rule;
generating a voting key and a corresponding homomorphic encryption algorithm according to a preset rule;
sharing the voting key among the plurality of voting nodes; each node of the plurality of voting nodes receives the votes of the voting participants, encrypts the votes according to the voting keys and sends the encrypted votes to the verification node; the supervision node shares the voting key with the plurality of voting nodes and checks the voting process and the voting information of each voting node in real time;
providing the homomorphic encryption algorithm to a verification node; the verification node receives the encrypted votes sent by the voting nodes, verifies whether the received encrypted votes sent by the voting nodes violate rules according to verification rules, discards the encrypted votes violating the rules, and performs voting statistical calculation according to the homomorphic encryption algorithm to obtain encrypted voting statistical results, the supervision node decrypts the encrypted votes according to a voting key, and screens illegal votes and corresponding illegal nodes according to preset rules, wherein the verification rules are corresponding rules generated according to the voting rules after homomorphic encryption;
and the voting node decrypts the encrypted voting statistical result according to the decryption key corresponding to the voting key to obtain the voting statistical result.
2. The method of claim 1, wherein:
the voting rules include the voting object, the number of votes by each voting participant, whether multiple votes can be cast against the same voting object, whether a disclaimer is allowed, and the voting deadline.
3. The method of claim 1, wherein: the number of the established plurality of voting nodes is more than or equal to the number of voting participants;
each voting participant selects at most one node and votes, and the corresponding voting node receives the vote of the voting participant;
and the voting participants who do not vote within the preset deadline are regarded as the abstinence, and the corresponding voting nodes automatically generate the abstinence tickets.
4. The method of claim 1, wherein:
carrying out whole-network broadcasting on the voting statistical result in a block chain;
all receiving nodes of the whole network execute a consensus algorithm on the voting statistical result;
and after the global network consensus verification is passed, storing the voting statistical result into a block of a block chain.
5. A privacy preserving electronic voting system based on a blockchain, the system comprising: a rule establishing unit and a key generating unit;
the rule establishing unit is used for determining a voting rule, establishing a plurality of voting nodes, one or more verification nodes and a supervision node in a block chain according to the voting rule, and generating a corresponding verification rule after homomorphic encryption according to the voting rule; and providing the validation rules to a validation node;
the key generation unit is used for generating a voting key and a corresponding homomorphic encryption algorithm according to a preset rule;
the key generating unit is used for providing the voting key to each of the plurality of voting nodes and the supervision node; the key generation unit is used for providing the homomorphic encryption algorithm to a verification node;
each node of the plurality of voting nodes receives the votes of the voting participants, encrypts the votes according to the voting keys and sends the encrypted votes to the verification node; the supervision node checks the voting process and the voting information of each voting node in real time;
the verification node receives the encrypted votes sent by the plurality of voting nodes, verifies whether the received encrypted votes sent by the plurality of voting nodes violate rules according to verification rules, discards the encrypted votes violating the rules, and performs voting statistical calculation according to the homomorphic encryption algorithm to obtain an encrypted voting statistical result; the supervision node decrypts the encrypted votes according to the voting key and screens illegal votes and corresponding illegal nodes according to a preset rule;
and the voting node decrypts the encrypted voting statistical result according to the decryption key corresponding to the voting key to obtain the voting statistical result.
6. The system of claim 5, wherein: the voting rules established by the rule establishing unit include a voting object, the number of votes of each voting participant, whether a plurality of votes can be cast for the same voting object, whether disclaimer is allowed, and a voting deadline.
7. The system of claim 5, wherein: the number of the plurality of voting nodes established by the rule establishing unit is more than or equal to the number of voting participants;
each voting participant selects at most one node and votes, and the corresponding voting node receives the vote of the voting participant;
and the voting participants who do not vote within the preset deadline are regarded as the abstinence, and the corresponding voting nodes automatically generate the abstinence tickets.
8. The system of claim 5, wherein:
the key generation unit broadcasts the voting statistic result in a block chain in the whole network;
all receiving nodes of the whole network execute a consensus algorithm on the voting statistical result;
and after the global network consensus verification is passed, storing the voting statistical result into a block of a block chain.
CN201910567439.5A 2019-06-27 2019-06-27 Privacy protection electronic voting method and system based on block chain Active CN110427772B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910567439.5A CN110427772B (en) 2019-06-27 2019-06-27 Privacy protection electronic voting method and system based on block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910567439.5A CN110427772B (en) 2019-06-27 2019-06-27 Privacy protection electronic voting method and system based on block chain

Publications (2)

Publication Number Publication Date
CN110427772A CN110427772A (en) 2019-11-08
CN110427772B true CN110427772B (en) 2021-04-13

Family

ID=68409733

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910567439.5A Active CN110427772B (en) 2019-06-27 2019-06-27 Privacy protection electronic voting method and system based on block chain

Country Status (1)

Country Link
CN (1) CN110427772B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111277415B (en) * 2020-01-20 2023-12-19 布比(北京)网络技术有限公司 Privacy protection method and device based on blockchain intelligent contract
CN111882743A (en) * 2020-07-23 2020-11-03 浙江永旗区块链科技有限公司 Anonymous voting statistical method and system
CN112598843B (en) * 2020-12-04 2022-11-29 光大科技有限公司 Voting data processing method and device and storage medium
CN112487468B (en) * 2020-12-21 2023-11-03 暨南大学 Traceable complete anonymous electronic voting method and system based on blockchain
CN112968881B (en) * 2021-02-01 2022-05-24 杭州复杂美科技有限公司 Block chain anonymous voting method, computer device and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108109257A (en) * 2018-01-05 2018-06-01 杭州电子科技大学 A kind of Anonymous Electronic Voting method based on block chain
CN108881428A (en) * 2018-06-13 2018-11-23 明阳智慧能源集团股份公司 A kind of block catenary system with oversight mechanism

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170264428A1 (en) * 2016-03-08 2017-09-14 Manifold Technology, Inc. Data storage system with blockchain technology
CN108711212B (en) * 2018-05-21 2021-03-09 中国联合网络通信集团有限公司 Voting certificate storage method, device and system
CN109523683B (en) * 2018-12-29 2021-05-04 杭州趣链科技有限公司 Anonymous electronic voting method based on block chain technology

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108109257A (en) * 2018-01-05 2018-06-01 杭州电子科技大学 A kind of Anonymous Electronic Voting method based on block chain
CN108881428A (en) * 2018-06-13 2018-11-23 明阳智慧能源集团股份公司 A kind of block catenary system with oversight mechanism

Also Published As

Publication number Publication date
CN110427772A (en) 2019-11-08

Similar Documents

Publication Publication Date Title
CN110427772B (en) Privacy protection electronic voting method and system based on block chain
Wang et al. Privacy-preserving cloud-based road condition monitoring with source authentication in VANETs
CN109785494B (en) Traceable anonymous electronic voting method based on block chain
CN111372243B (en) Security distributed aggregation and access system and method based on fog alliance chain
Shelat et al. Fast two-party secure computation with minimal assumptions
CN111464980A (en) Electronic evidence obtaining device and method based on block chain in Internet of vehicles environment
US11600129B2 (en) Electronic voting system and method based on homogeneous cryptography
KR20060127194A (en) Electronic voting process using fair blind signature
Xu et al. Multi-candidate voting model based on blockchain
Kohlweiss et al. Accountable metadata-hiding escrow: A group signature case study
Backes et al. Using mobile device communication to strengthen e-voting protocols
Carcia et al. Blockchain-based system for e-voting using blind signature protocol
Saputri et al. E-voting security system for the election of EEPIS BEM president
CN112787810A (en) Electronic voting method and device based on block chain and safe multi-party calculation
Emura et al. Group Signatures with Message‐Dependent Opening: Formal Definitions and Constructions
Zhou et al. MVP: an efficient anonymous E-voting protocol
Emilia et al. E-voting protocols in context of COVID19
KR100362603B1 (en) An Electronic Voting Method
CN102355375B (en) Distributed abnormal flow detection method with privacy protection function and system
CN111327624B (en) On-chain detection method and system for key information system
CN109544772B (en) Safe and efficient electronic voting method
Chung et al. Casting ballots over internet connection against bribery and coercion
Li et al. In-Vehicle Digital Forensics for Connected and Automated Vehicles With Public Auditing
Kardaş et al. Norwegian internet voting protocol revisited: ballot box and receipt generator are allowed to collude
Liao Multi-Candidate Electronic Voting Scheme Based on Fully Homomorphic Encryption

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
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20191108

Assignee: Cedar golden Services Technology (Guangzhou) Co.,Ltd.

Assignor: BUBI (BEIJING) NETWORK TECHNOLOGY Co.,Ltd.|Bubi (Chongqing) Block Chain Technology Co.,Ltd.

Contract record no.: X2021990000102

Denomination of invention: A method and system of privacy protection electronic voting based on blockchain

License type: Common License

Record date: 20210209

EE01 Entry into force of recordation of patent licensing contract
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20230424

Address after: Room 1106, block a, Phoenix land Plaza, building 16, Shuguang Sili a No. 5 courtyard, Chaoyang District, Beijing 100028

Patentee after: BUBI (BEIJING) NETWORK TECHNOLOGY Co.,Ltd.

Address before: Room 7590, 7th floor, South 1 Building, Dongbei Wangcun, Haidian District, Beijing

Patentee before: BUBI (BEIJING) NETWORK TECHNOLOGY Co.,Ltd.

Patentee before: Bubi (Chongqing) Block Chain Technology Co.,Ltd.

TR01 Transfer of patent right