WO2020000786A1 - 一种投票方法、装置、计算机设备及计算机可读存储介质 - Google Patents

一种投票方法、装置、计算机设备及计算机可读存储介质 Download PDF

Info

Publication number
WO2020000786A1
WO2020000786A1 PCT/CN2018/110462 CN2018110462W WO2020000786A1 WO 2020000786 A1 WO2020000786 A1 WO 2020000786A1 CN 2018110462 W CN2018110462 W CN 2018110462W WO 2020000786 A1 WO2020000786 A1 WO 2020000786A1
Authority
WO
WIPO (PCT)
Prior art keywords
voting
information
voter
authorization
voting information
Prior art date
Application number
PCT/CN2018/110462
Other languages
English (en)
French (fr)
Inventor
徐光飞
Original Assignee
平安科技(深圳)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2020000786A1 publication Critical patent/WO2020000786A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07CTIME OR ATTENDANCE REGISTERS; REGISTERING OR INDICATING THE WORKING OF MACHINES; GENERATING RANDOM NUMBERS; VOTING OR LOTTERY APPARATUS; ARRANGEMENTS, SYSTEMS OR APPARATUS FOR CHECKING NOT PROVIDED FOR ELSEWHERE
    • G07C13/00Voting apparatus

Definitions

  • the present application relates to the field of communication technologies, and in particular, to a voting method, apparatus, technical computer equipment, and computer non-volatile readable storage medium.
  • election refers to the activities of certain members of the society in accordance with their own wishes, in accordance with certain procedures and methods, the selection or selection of representatives or principals.
  • voting is a widely used form of election.
  • the traditional voting election requires voters who participate in the voting to go to the scene to vote, and then manually calculates the voter's voting information to get the voting result.
  • voters need to go to the scene to participate in voting, which is extremely inconvenient to operate.
  • embodiments of the present application provide a voting method, device, computer equipment, and computer non-volatile readable storage medium, which can solve the problem of low reliability of voting results in the prior art.
  • an embodiment of the present application provides a voting method, where the method includes:
  • voting right information is generated.
  • voting authority information is encrypted to obtain encrypted authorization information, including:
  • the voting authority information is encrypted using the voter's public key to obtain the encrypted authorization information.
  • packaging the voting information into blocks includes:
  • the method further includes: when the identity of the voter is obtained Decrypting the voting information when the verification is passed;
  • the existence proof and time stamp processing on the voting information to obtain the processed voting information includes: performing the existence proof and time stamp processing on the decrypted voting information to obtain the processed voting information. .
  • the aspect described above and any possible implementation manner further provide an implementation manner.
  • the receiving the voting information and verifying the identity of the voter based on the voting information includes:
  • the method further includes:
  • an embodiment of the present application provides a voting device, where the device includes:
  • a receiving unit configured to receive voting authorization request information of a voter
  • An encryption unit configured to perform encryption processing on the voting authority information to obtain encrypted authorization information
  • a sending unit configured to send the authorization information, so that the voter sends voting information according to the authorization information
  • a packaging unit configured to package the voting information into blocks when the identity verification of the voter passes
  • a transmission unit for uploading the block to a blockchain for uploading the block to a blockchain.
  • the present application provides a computer device including a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor executes the computer
  • the program implements the method according to any one of the first aspects.
  • the technical solution provided in the embodiments of the present application utilizes the immutable characteristics of the blockchain to manage the voting rights of voters and protect the voting information of voters, which can solve the problem that IP addresses and IDs in the prior art are easily susceptible to Theft or forgery of other people leads to the problem of reducing the credibility of the voting results, and the management of the voting rights of voters can also ensure the validity of the voting to a certain extent, thereby further improving the credibility of the voting results, and further Ensure that the voting results reflect public opinion to the greatest extent.
  • FIG. 1 is a schematic flowchart of a voting method according to an embodiment of the present application
  • FIG. 2 is a schematic flowchart of another voting method according to an embodiment of the present application.
  • FIG. 4 is a functional block diagram of a voting device according to an embodiment of the present application.
  • FIG. 5 is a functional block diagram of a computer device according to an embodiment of the present application.
  • the word “if” as used herein can be interpreted as “at” or “when” or “responding to determination” or “responding to detection”.
  • the phrases “if determined” or “if detected (the stated condition or event)” can be interpreted as “when determined” or “responded to the determination” or “when detected (the stated condition or event) ) “Or” in response to a test (statement or event stated) ".
  • an embodiment of the present application proposes a voting method that combines a voting mechanism with blockchain technology and utilizes the decentralized characteristics of the blockchain to bring voters to
  • the voting information is distributed and stored in various nodes, and the non-tamperable characteristics and traceability of the blockchain are used to ensure the reliability of the voting information and thus the credibility of the voting results.
  • FIG. 1 is a schematic flowchart of a voting method according to an embodiment of the present application.
  • the voting right information may include, but is not limited to, information such as the address of the vote, the person being voted on or the thing being voted on, and the weight of the vote.
  • the voting address may be a website address, or a voting interface.
  • the voting authority information is encrypted to obtain encrypted authorization information.
  • the voting authority information is encrypted by using the voter's public key through an encryption algorithm to obtain the encrypted information.
  • Authorization information If a voter who has obtained the authorization information wants to obtain the voting address, voter and other relevant voting permission information to participate in voting, he needs to decrypt the authorization information with his own private key before he can get the voting permission information. To vote.
  • the public and private keys of the voter are a pair of keys obtained based on public key encryption technology, and each private key has a corresponding public key, and the information encrypted by a key. It can be decrypted with another key corresponding to it.
  • Trigger execution step 112 to package the voting information into blocks; when the identity of the voter fails to be verified, it indicates that the voting information is sent by unauthorized voters, the source of the voting information is unreliable, and the voting information will not be Will be packaged and uploaded to the blockchain.
  • the voting information is packaged into a block and uploaded to the blockchain, which can be guaranteed to a certain extent Reliability and validity of voting information on the blockchain.
  • the block is broadcasted on the entire network, so that any node in the blockchain can receive the voting information sent by the voter, so that decentralization can be achieved, and when any node in the blockchain fails, It will not affect the normal work of the blockchain.
  • This application proposes a voting method that uses the immutable characteristics of the blockchain to manage the voting rights of voters and protect the voting information of voters, which can solve the problem that IP addresses and IDs are easily susceptible to others in the prior art.
  • Theft or forgery of people brings the problem of reducing the credibility of the voting results, and the management of the voting rights of voters can also ensure the validity of the voting to a certain extent, thereby further improving the credibility of the voting results, and thus ensuring The result of the vote reflects public opinion to the greatest extent.
  • the process of verifying the existence of the voting information may specifically be a fixed-length binary value mapped to a binary value corresponding to the voting information by using a hash algorithm, and the fixed-length binary value is a hash value.
  • the main purpose of timestamping the voting information is to determine a time stamp. Based on this, the timestamping of the voting information can be: determining the start time of packaging the voting information into the block as a timestamp; or, packaging the voting information to The end time of the block body is determined as a timestamp; or, the voting information is packaged into the block body at any time within the start and end time period to determine the time stamp.
  • the existence of voting information and the timestamp are obtained in no particular order.
  • the existence of voting information and the timestamp can be obtained simultaneously; or the existence of voting information can be obtained first and the timestamp can be obtained secondly. Or, you can also obtain the timestamp first, and then obtain the existence proof of the voting information.
  • the existence proof of the voting information that is, the hash value has unique and compact data. Even if a piece of information changes only one letter of the information, the hash value obtained by the hash algorithm processing will be different.
  • the time stamp is a sequence of characters used to identify the time. It is unique. It is the unique time identifier of the block. It is the authentication of each change in voting information. Therefore, the existence of the voting information and the uniqueness of the time stamp are used. This can ensure that the voting information cannot be tampered with, and thus the authenticity and reliability of the voting information.
  • step 112 further, during the transmission of voting information on the network, it may be illegally intercepted by some hackers and modify the voting information, thereby reducing the reliability of the voting information.
  • the voter will use the corresponding node's public key to perform encryption processing and then send it. In this way, even if the voting information is intercepted by a hacker, the hacker cannot crack the password and obtain
  • the voting information sent by the voter is encrypted information using the public key of the corresponding node, the existence of the voting information and time stamp processing are performed on the voting information to obtain the processed information.
  • the encrypted voting information needs to be decrypted with its own private key to obtain the voting information.
  • the voter's digital signature can be obtained by analyzing the voting information. Then, verify the voter ’s digital signature to verify the identity of the voter.
  • the voter's digital signature is a value that is encrypted using the voter's own private key. This value is unique and cannot be tampered with.
  • the voter's digital signature uniquely identifies a voter.
  • the identity information of the verified information by verifying the voter's digital signature is specifically: before sending the voting information, the voter uses his private key to perform encryption processing, and then sends the encrypted voting information to any node in the blockchain.
  • the decryption After receiving the encrypted voting information, use the public key of the voter to decrypt it. If the decryption is successful, it means that the identity of the voter is legitimate, then the identity verification of the voter is passed; if the decryption is identified, it means that the identity of the voter is illegal, The voter identity verification failed.
  • step 104 is based on the voting
  • the implementation of authorization request information and generation of voting authority information includes the following steps:
  • the voting authorization request information sent by the involved voters may include, but is not limited to, the age of the voter, the political appearance of the voter, the type of work the voter is engaged in, the identity information such as the title, and the location information of the voter Voter-related information.
  • the execution subject has preset voting qualification filtering conditions, that is, preset conditions corresponding to the voting qualification.
  • preset voting qualification filtering conditions that is, preset conditions corresponding to the voting qualification.
  • the voting qualifications preset in the executive body are: the voter is in China and the voter is engaged in the financial industry; if the voting authorization request information received by the executing body carries the information: the voter is in the United States, engaged in the financial industry, After the comparison process, the executing entity judges that the voter does not meet the preset conditions corresponding to the voting qualification, and does not grant the voting qualification to the voter; and if the voting authorization request information received by the executing entity carries the information: the voter is in China and engaged in finance In the industry, after a comparison process, the execution subject determines that the voter meets the preset conditions corresponding to the qualification for voting, and can grant the voter qualification for voting.
  • preset voting qualification screening conditions are only a specific example provided by this post.
  • the voting qualification screening conditions can be set in combination with specific application scenarios. This application does not limit the preset voting qualification screening conditions in the execution entity. Be limited.
  • voting right information is generated.
  • FIG. 3 another implementation manner provided in this application, as shown in FIG. 3, specifically includes:
  • voting information related to the personal privacy information of the voter.
  • this information may not be made public. Therefore, when the voting information is packaged into a block and uploaded to the blockchain, you can Part of the information is encrypted with the public key of the corresponding user, and then packaged into a block and uploaded to the blockchain. Therefore, for this part of the information, only the node that has the private key corresponding to the public key can view it.
  • the personal safety of voters is guaranteed, and the problem of voters giving up voting due to concerns about the leakage of personal privacy information is solved.
  • this application further provides a device for implementing the above-mentioned base voting method.
  • FIG. 4 is a functional block diagram of a voting device provided by the present application.
  • the device includes:
  • a receiving unit 21 configured to receive voting authorization request information of a voter
  • a generating unit 22 configured to generate voting authority information according to the voting authorization request information
  • An encryption unit 23, configured to perform encryption processing on the voting authority information to obtain encrypted authorization information
  • a sending unit 24, configured to send the authorization information, so that the voter sends voting information according to the authorization information
  • a verification unit 25 configured to receive voting information of a voter, and verify the identity of the voter according to the voting information
  • a packaging unit 26 configured to package the voting information into blocks when the identity verification of the voter passes;
  • the transmission unit 27 is configured to upload the block to a blockchain.
  • the generating unit 22 in the embodiment of the present application is specifically configured to:
  • the voting authority information is generated.
  • the encryption unit 23 in the embodiment of the present application is further specifically configured to:
  • the voting authority information is encrypted by using the voter's public key to obtain the encrypted authorization information.
  • the packing unit 26 in the embodiment of the present application is specifically configured to:
  • the processed voting information is packaged into blocks.
  • the packaging unit 26 performs existence verification and time stamp processing on the voting information. Before the processed voting information is obtained, it also needs to perform: When the voter's identity verification is passed, the voting information needs to be decrypted with its own private key; then, the existence of the decrypted voting information and time stamp processing are performed to obtain the processed voting information.
  • the verification unit 25 in the embodiment of the present application is specifically configured to:
  • each module in this embodiment can execute the voting method, for the parts that are not described in detail in this embodiment, reference may be made to the related description of the voting method embodiment described above.
  • the technical solution proposed in this application uses the immutable characteristics of the blockchain to manage the voting rights of voters and protect the voting information of voters, which can solve the problem that IP addresses and IDs are easily susceptible to others in the prior art. Stealing or forgery brings the problem of reducing the credibility of the voting results, and the management of the voting rights of voters can also ensure the validity of the voting to a certain extent, thereby further improving the credibility of the voting results and further ensuring the voting The result reflects public opinion to the greatest extent.
  • FIG. 5 is a functional block diagram of the computer device provided by this application.
  • the computer device specifically includes a memory 31, a processor 32, and a computer program stored in the memory 31 and executable on the processor 32.
  • the processor 32 executes the computer program, any one of the foregoing is implemented.
  • the voting method is described.
  • processor 32 in this embodiment can execute the voting method, for the parts that are not described in detail in this embodiment, reference may be made to the foregoing description of the voting method embodiment.
  • the technical solution proposed in this application uses the immutable characteristics of the blockchain to manage the voting rights of voters and protect the voting information of voters, which can solve the problem that IP addresses and IDs are easily susceptible to others in the prior art. Stealing or forgery brings the problem of reducing the credibility of the voting results, and the management of the voting rights of voters can also ensure the validity of the voting to a certain extent, thereby further improving the credibility of the voting results and further ensuring the voting The result reflects public opinion to the greatest extent.
  • the present application provides a computer non-volatile readable storage medium including computer-readable instructions, and when the computer reads and executes the computer-readable instructions, causes the computer to execute the voting method according to any one of the foregoing.
  • the technical solution proposed in this application uses the immutable characteristics of the blockchain to manage the voting rights of voters and protect the voting information of voters, which can solve the problem that IP addresses and IDs are easily susceptible to others in the prior art. Stealing or forgery brings the problem of reducing the credibility of the voting results, and the management of the voting rights of voters can also ensure the validity of the voting to a certain extent, thereby further improving the credibility of the voting results and further ensuring the voting The result reflects public opinion to the greatest extent.
  • the disclosed systems, devices, and methods may be implemented in other ways.
  • the device embodiments described above are only schematic.
  • the division of the unit is only a logical function division.
  • multiple units or components may be combined.
  • the displayed or discussed mutual coupling or direct coupling or communication connection may be indirect coupling or communication connection through some interfaces, devices or units, which may be electrical, mechanical or other forms.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed on multiple network units. Some or all of the units may be selected according to actual needs to achieve the objective of the solution of this embodiment.
  • each functional unit in each embodiment of the present application may be integrated into one processing unit, or each of the units may exist separately physically, or two or more units may be integrated into one unit.
  • the above integrated unit may be implemented in the form of hardware, or in the form of hardware plus software functional units.
  • the above integrated unit implemented in the form of a software functional unit may be stored in a computer-readable storage medium.
  • the above software functional unit is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) or a processor to execute the methods described in the embodiments of the present application. Some steps.
  • the foregoing storage media include: U disks, mobile hard disks, read-only memories (ROMs), random access memories (RAMs), magnetic disks or compact discs and other media that can store program codes .

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

一种投票方法、装置、计算机设备及计算机非易失性可读存储介质,涉及通信技术领域。该方法包括:首先,接收投票者的投票授权请求信息(102);然后,根据所述投票请求信息,生成投票权限信息(104);再次,对所述投票权限信息进行加密处理,得到加密后的授权信息(106);然后,发送所述授权信息,以使得所述投票者根据所述授权信息,发送投票信息(108);其次,接收所述投票信息,根据所述投票信息验证所述投票者的身份(110);当所述投票者的身份验证通过时,将所述投票信息打包成区块(112);从而,将所述区块上传至区块链(114)。上述技术方案解决了现有技术中投票结果可信度低的问题。

Description

一种投票方法、装置、计算机设备及计算机可读存储介质
本申请要求于2018年6月28日提交中国专利局、申请号为201810688109.7、发明名称为“一种投票方法、装置、计算机设备及计算机可读存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及通信技术领域,尤其涉及一种投票方法、装置、技计算机设备及计算机非易失性可读存储介质。
背景技术
所谓选举是指一定的社会成员根据自己的意愿,按照一定的程序和方法,选拔、推举代表或者主要负责人的活动,其中,投票选举为一种应用比较广泛的选举形式。传统的投票选举需要参与投票的选民去现场进行投票,然后,人工统计选民的投票信息,以得到投票结果,传统的这种投票方式选民参与投票需要到现场,操作极为不便。
而随着通信网络的发展,利用互联网投票为选举活动提供了一种便捷的操作模式。网络投票机制选民不再受地域的限制,可以随时随地参与投票。网络投票方式需要选民登录网络投票平台之后在进行投票,为了保证投票的公平性和有效性,会对参与投票的选民进行身份验证,网络投票系统通常利用IP地址或者为选民分配的ID进行身份验证,但是选民的IP地址和ID容易被其他人窃取或者伪造,从而降低投票结果的可信度。
因此,如何提高投票结果的可信度,以保证投票结果最大程度的体现民意是目前亟待解决的问题。
申请内容
有鉴于此,本申请实施例提供了一种投票方法、装置、计算机设备及计算机非易失性可读存储介质,能够解决现有技术中投票结果可 信度低的问题。
第一方面,本申请实施例提供一种投票方法,所述方法包括:
接收投票者的投票授权请求信息;
根据所述投票授权请求信息,生成投票权限信息;
对所述投票权限信息进行加密处理,得到加密后的授权信息;
发送所述授权信息,以使得所述投票者根据所述授权信息,发送投票信息;
接收所述投票信息,根据所述投票信息验证所述投票者的身份;
当所述投票者的身份验证通过时,将所述投票信息打包成区块;
将所述区块上传至区块链。
如上所述的方面和任一可能的实现方式,进一步提供一种实现方式,所述根据所述投票授权请求信息,生成投票权限信息,包括:
根据所述投票授权请求信息,判断所述投票者是否符合投票资格对应的预设条件;
若判断出所述投票者符合预设投票资格对应的预设条件,生成投票权限信息。
如上所述的方面和任一可能的实现方式,进一步提供一种实现方式,所述对所述投票权限信息进行加密处理,得到加密后的授权信息,包括:
用所述投票者的公钥对所述投票权限信息加密,得到所述加密后的授权信息。
如上所述的方面和任一可能的实现方式,进一步提供一种实现方式,所述当所述投票者的身份验证通过时,将所述投票信息打包成区块,包括:
对所述投票信息进行存在性证明以及时间戳处理,得到处理后的投票信息;
将所述处理后的投票信息打包成所述区块。
如上所述的方面和任一可能的实现方式,进一步提供一种实现方式,
当所述投票信息为投票者进行加密处理后的信息时,所述对所述投票信息进行存在性证明以及时间戳处理,得到处理后的投票信息之前,还包括:当所述投票者的身份验证通过时,对所述投票信息进行 解密;
所述对所述投票信息进行存在性证明以及时间戳处理,得到处理后的投票信息,包括:对解密后的所述投票信息进行存在性证明以及时间戳处理,得到所述处理后的投票信息。
如上所述的方面和任一可能的实现方式,进一步提供一种实现方式,所述接收所述投票信息,根据所述投票信息验证所述投票者的身份,包括:
解析所述投票信息以获取所述投票者的数字签名,验证所述数字签名。
如上所述的方面和任一可能的实现方式,进一步提供一种实现方式,在所述将所述区块上传至区块链之后,所述方法还包括:
接收区块链中其他任意节点发送的针对所述投票信息的查询请求,输出所述投票信息。
第二方面,本申请实施例提供了一种投票装置,所述装置包括:
接收单元,用于接收投票者的投票授权请求信息;
生成单元,用于根据所述投票授权请求信息,生成投票权限信息;
加密单元,用于对所述投票权限信息进行加密处理,得到加密后的授权信息;
发送单元,用于发送所述授权信息,以使得所述投票者根据所述授权信息,发送投票信息;
验证单元,用于接收投票者的投票信息,根据所述投票信息验证所述投票者的身份;
打包单元,用于当所述投票者的身份验证通过时,将所述投票信息打包成区块;
传输单元,用于将所述区块上传至区块链。
第三方面,本申请提供了一种计算机设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,其特征在于,所述处理器执行所述计算机程序时实现上述第一方面中的任一项所述的方法。
第四方面,本申请提供了一种计算机非易失性可读存储介质,包括计算机可读指令,当计算机读取并执行所述计算机可读指令时,使得计算机执行上述任意一项所述的方法。
本申请实施例提供的技术方案,利用区块链的不可篡改的特性,对投票者的投票权限进行管理,以及对投票者的投票信息进行保护,可以解决现有技术中IP地址和ID容易被其他人窃取或者伪造,带来投票结果的可信度降低的问题,并且对投票者的投票权限进行管理还可以在一定程度上保证投票的有效性,从而进一步提高投票结果的可信度,进而保证投票结果最大程度的体现民意。
附图说明
为了更清楚地说明本申请实施例的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其它的附图。
图1是本申请实施例提供的一种投票方法的流程示意图;
图2是本申请实施例提供的另一种投票方法的流程示意图;
图3是本申请实施例提供的另一种投票方法的流程示意图;
图4是本申请实施例提供的一种投票装置的功能方框图;
图5是本申请实施例提供的一种计算机设备的功能方框图。
具体实施方式
为了更好的理解本申请的技术方案,下面结合附图对本申请实施例进行详细描述。
应当明确,所描述的实施例仅仅是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其它实施例,都属于本申请保护的范围。
在本申请实施例中使用的术语是仅仅出于描述特定实施例的目的,而非旨在限制本申请。在本申请实施例和所附权利要求书中所使用的单数形式的“一种”、“所述”和“该”也旨在包括多数形式,除非上下文清楚地表示其他含义。
取决于语境,如在此所使用的词语“如果”可以被解释成为“在……时”或“当……时”或“响应于确定”或“响应于检测”。类似地,取决于语境,短语“如果确定”或“如果检测(陈述的条件或事件)”可以被解释成 为“当确定时”或“响应于确定”或“当检测(陈述的条件或事件)时”或“响应于检测(陈述的条件或事件)”。
应当理解,本文中使用的术语“和/或”仅仅是一种描述关联对象的关联关系,表示可以存在三种关系,例如,A和/或B,可以表示:单独存在A,同时存在A和B,单独存在B这三种情况。另外,本文中字符“/”,一般表示前后关联对象是一种“或”的关系。
针对于现有技术中投票结果可信度低的问题,本申请实施例提出了一种投票方法,将投票机制与区块链技术结合,利用区块链的去中心化的特性,将投票者的投票信息分布存储在各个节点中,并且利用区块链的不可篡改的特性和可追溯性,保证投票信息的可靠性,从而,保证投票结果的可信度。
请参考图1,其为本申请实施例提供的一种投票方法的流程示意图。
102、接收投票者的投票授权请求信息。
104、根据所述投票授权请求信息,生成投票权限信息。
本申请中,投票权限信息可以包括但不限于:投票的地址、被投票人或被投票事物、投票的权重等信息。其中,所述投票地址可以是网址,或者,投票界面等。
106、对所述投票权限信息进行加密处理,得到加密后的授权信息。
本申请的一个具体实施例中,对投票权限信息进行加密处理,以得到加密后的授权信息具体可以为:用该投票者的公钥通过加密算法对投票权限信息进行加密处理,得到加密后的授权信息,获取到该授权信息的投票者若想要得到投票地址、被投票人等相关投票权限信息,以参与投票,需要先用自身的私钥对授权信息进行解密,才能够得到投票权限信息,进行投票。这里需要说明的是,投票者的公钥和私钥是基于公钥加密技术得到的一对密钥,每一个私钥都有一个相对应的公钥,通过一种密钥进行加密的信息,可以通过与之对应的另一种密钥进行解密。通常该投票者的公钥可以通过广播方式发送给区块链中的所有节点,而私钥由自己保存,并且具有该投票者公钥的设备不能通过该公钥推算出对应的私钥,因此,通过使用投票者的公钥通过加密算法对投票权限信息进行加密处理,从而保证只要具有相对应的私钥的投票者才可以获取对应的投票权限信息,进行投票,从而,可以避免被其他人窃取。
108、发送所述授权信息,以使得所述投票者根据所述授权信息,发送投票信息。
110、接收投票者的投票信息,根据该投票信息验证所述投票者的身份。
本申请中,当对投票者的身份进行验证通过时,表明该投票信息是由已经过授权的投票者发送的,该投票信息来源可靠,可以将该投票信息上传到区块链中,从而,触发执行步骤112将投票信息打包成区块;而当对投票者的身份进行验证未通过时,表明该投票信息是非授权的投票者发送的,该投票信息来源不可靠,该投票信息也将不会被打包上传到区块链中。
通过对投票者的身份进行验证,只有在该投票者身份验证头通过时,确定投票信息来源可靠后,才将投票信息打包成区块,上传到区块链中,从而可以在一定程度上保证区块链上的投票信息的可靠性和有效性。
112、当所述投票者的身份验证通过时,将投票信息打包成区块。
114、将所述区块上传至区块链。
本申请中,将区块进行全网广播,使得区块链中的任意节点都可以接收到该投票者发送的投票信息,从而可以实现去中心化,保证区块链中的任意节点出现故障时,也不会影响区块链的正常工作。
本申请提出一种投票方法,利用区块链的不可篡改的特性,对投票者的投票权限进行管理,以及对投票者的投票信息进行保护,可以解决现有技术中IP地址和ID容易被其他人窃取或者伪造,带来投票结果的可信度降低的问题,并且对投票者的投票权限进行管理还可以在一定程度上保证投票的有效性,从而进一步提高投票结果的可信度,进而保证投票结果最大程度的体现民意。
本申请中,可选的是,为了保证打包生成的区块在上传到区块链的过程中,不被其他非法人员获取到,并篡改区块中的投票信息,基于此目的,针对于步骤112当所述投票者的身份验证通过时,将投票信息打包成区块的操作,具体为:对所述投票信息进行存在性证明以及时间戳处理,得到处理后的投票信息;然后,将所述处理后的投票信息打包成区块。
其中,对投票信息进行存在性证明的处理具体可以为利用哈希算 法将投票信息对应的二进制值映射为的固定长度的二进制值,该固定长度的二进制值为哈希值。对投票信息进行时间戳处理主要目的是确定一个时间标识,基于此,投票信息的时间戳处理可以为:将投票信息打包到区块体的开始时间确定为时间戳;或者,将投票信息打包到区块体的结束时间确定为时间戳;或者,将投票信息打包到区块体的起止时间段内任意时刻确定时间戳。这里需说明的是,投票信息的存在性证明以及时间戳的获取没有先后顺序,投票信息的存在性证明以及时间戳可以同时获取;或者,可以先获取投票信息的存在性证明,其次获取时间戳;又或者,还可以先获取时间戳,然后在获取投票信息的存在性证明。
另外,投票信息的存在性证明即哈希值具有数据唯一且紧凑,一段信息哪怕只是更改该信息的一个字母,其经过哈希算法处理得到的哈希值也将不同。而时间戳是用于标识时间的字符序列,其具有唯一性,为区块的唯一时间标识,是每次投票信息变化的认证,因此,利用投票信息的存在性证明以及时间戳的唯一性,从而可以保证投票信息的不可篡改,进而保证投票信息的真实性和可靠性。
结合上述针对步骤112的实现提供的实施例,进一步来说,投票信息在网络上传输的过程中,可能会被一些黑客非法拦截,并修改投票信息,从而降低投票信息的可靠性,因此,为了避免投票信息被非法修改,投票者在向对应的节点发送投票信息前,会用该对应的节点的公钥进行加密处理后在发送,这样投票信息即使被黑客拦截,黑客也无法破解密码,获取到投票信息,基于此,若所述投票者发送的投票信息为用对应的节点的公钥进行加密处理后的信息,在对所述投票信息进行存在性证明以及时间戳处理,得到处理后的投票信息之前,当所述投票者的身份验证通过时,需要用自身的私钥对加密的投票信息进行解密,以得到投票信息。
本申请中,可选的是,本申请中针对于步骤110所述接收投票者的投票信息,根据该投票信息验证所述投票者的身份,可以通过解析投票信息以获取到投票者的数字签名,然后,验证投票者的数字签名实现对投票者身份的验证。其中,投票者的数字签名是一种使用投票者自身的私钥经过加密处理后的数值,该数值是独一无二的,且不可篡改的,投票者的数字签名唯一标识一个投票者。通过验证投票者的 数字签名验证信息的身份信息具体为:投票者在发送投票信息之前,使用自身的私钥进行加密处理,然后在发送将加密处理后的投票信息,区块链中的任意节点接收到加密后的投票信息后,用该投票者的公钥进行解密,若能够解密成功,说明该投票者身份合法,则投票者身份验证通过;若解密识别,说明该投票者身份不合法,则投票者身份验证未通过。
进一步的,为了在一定程度上缓解刷票行为影响投票结果,使得投票结果不能最大程度的体现投票者意愿的问题,本申请提供了另一实现方式,如图2所示,步骤104根据所述投票授权请求信息,生成投票权限信息的实现,具体包括一下步骤:
1041、根据投票授权请求信息,判断所述投票者是否符合投票资格对应的预设条件。
本申请中,涉及的投票者发送的投票授权请求信息中可以包括但不限于:投票者年龄、投票者政治面貌、投票者所从事的工作类型以及职称等身份信息,投票者的所在位置信息等与投票者相关信息。
具体的,执行主体中预设有投票资格筛选条件,即投票资格对应的预设条件,在接收到投票者发送的投票授权请求信息时,根据投票者身份信息,投票者的所在位置信息等与投票者相关信息与预设有投票资格筛选条件进行比较,从而确定是否可以授权该投票者投票资格。例如,执行主体中预设有投票资格筛选条件为:投票者在中国,且投票者从事金融行业;若执行主体接收到的投票授权请求信息中携带信息:投票者在美国,从事金融行业,经过比较处理后,执行主体判断出该投票者不符合投票资格对应的预设条件,不授予投票者投票资格;而若执行主体接收到的投票授权请求信息中携带信息:投票者在中国,从事金融行业,经过比较处理后,执行主体判断出该投票者符合投票资格对应的预设条件,可以授予投票者投票资格。
需要说明的是,上述预设的投票资格筛条件仅为本发提供的一个具体举例,投票资格筛选条件可以结合具体应用场景进行设定,本申请对于执行主体中预设的投票资格筛选条件不做限定。
1042、若判断出所述投票者符合预设投票资格对应的预设条件,生成投票权限信息。
补充说明的是,若判断出投票者不符合预设投票资格对应的预设 条件,则表明该投票者不具有投票资格,因此,将不会发送任何信息;或者,不会发送包含投票地址、被投票人等投票权限信息,而是发送授权失败的提示信息。
进一步的,为了便于查看投票信息,本申请提供的另一种实现方式,如图3所示,具体还包括:
116、接收区块链中其他任意节点发送的针对投票者的投票信息的查询请求,输出投票信息。
需要说明的是,投票信息中存在部分信息涉及投票者个人隐私信息,为了保证投票者人身安全,这部分信息可以不公开,因此,在将投票信息打包成区块上传到区块链中,可以先对部分信息用对应用户的公钥进行加密,然后,打包成区块上传到区块链中,从而,对于这本部分信息,只有拥有与该公钥对应的私钥的节点才可以查看,保证了投票者人身安全,进而解决投票者由于顾虑个人隐私信息泄露,而放弃参与投票的问题。
基于上述方案,本申请进一步提供了实现上述基投票方法的装置。
请参考图4,其为本申请提供的一种投票装置的功能框图,所述装置包括:
接收单元21,用于接收投票者的投票授权请求信息;
生成单元22,用于根据所述投票授权请求信息,生成投票权限信息;
加密单元23,用于对所述投票权限信息进行加密处理,得到加密后的授权信息;
发送单元24,用于发送所述授权信息,以使得所述投票者根据所述授权信息,发送投票信息;
验证单元25,用于接收投票者的投票信息,根据该投票信息验证所述投票者的身份;
打包单元26,用于当所述投票者的身份验证通过时,将投票信息打包成区块;
传输单元27,用于将所述区块上传至区块链。
可选的是,本申请实施例中生成单元22具体用于:
根据投票授权请求信息,判断所述投票者是否符合投票资格对应的预设条件;
若判断出所述投票者符合预设投票资格对应的预设条件,生成所述投票权限信息。
可选的是,本申请实施例中加密单元23具体还用于:
用所述投票者的公钥对投票权限信息加密,得到所述加密后的授权信息。
可选的是,本申请实施例中打包单元26具体用于:
对所述投票信息进行存在性证明以及时间戳处理,得到处理后的投票信息;
将所述处理后的投票信息打包成区块。
具体的,当所述投票信息为投票者进行加密处理的信息时,该打包单元26执行对所述投票信息进行存在性证明以及时间戳处理,得到处理后的投票信息之前,还需要执行:当所述投票者的身份验证通过时,需要用自身的私钥对所述投票信息进行解密;然后,在对解密后的投票信息进行存在性证明以及时间戳处理,得到处理后的投票信息。
可选的是,本申请实施例中验证单元25具体用于:
解析该投票信息以获取所述投票者的数字签名,验证所述投票者的数字签名。
可选的是,本申请实施例中传输单元27,还用于:
接收区块链中其他任意节点发送的针对投票者的投票信息的查询请求,输出投票信息。
由于本实施例中的各模块能够执行投票方法,本实施例未详细描述的部分,可参考上述针对于投票方法实施例的相关说明。
本申请提出的技术方案,利用区块链的不可篡改的特性,对投票者的投票权限进行管理,以及对投票者的投票信息进行保护,可以解决现有技术中IP地址和ID容易被其他人窃取或者伪造,带来投票结果的可信度降低的问题,并且对投票者的投票权限进行管理还可以在一定程度上保证投票的有效性,从而进一步提高投票结果的可信度,进而保证投票结果最大程度的体现民意。
本申请提供了一种计算机设备,如图5所示,图5为本申请提供的该计算机设备的功能方框图。该计算机设备具体包括存储器31、处理器32以及存储在所述存储器31中并可在所述处理器32上运行的计算机程序,所述处理器32执行所述计算机程序时实现上述任一项所述 投票方法。
由于本实施例中的处理器32能够执行投票方法,本实施例未详细描述的部分,可参考上述针对于投票方法实施例的相关说明。
本申请提出的技术方案,利用区块链的不可篡改的特性,对投票者的投票权限进行管理,以及对投票者的投票信息进行保护,可以解决现有技术中IP地址和ID容易被其他人窃取或者伪造,带来投票结果的可信度降低的问题,并且对投票者的投票权限进行管理还可以在一定程度上保证投票的有效性,从而进一步提高投票结果的可信度,进而保证投票结果最大程度的体现民意。
本申请提供了一种计算机非易失性可读存储介质,包括计算机可读指令,当计算机读取并执行所述计算机可读指令时,使得计算机执行前述任意一项所述的投票方法。
本申请提出的技术方案,利用区块链的不可篡改的特性,对投票者的投票权限进行管理,以及对投票者的投票信息进行保护,可以解决现有技术中IP地址和ID容易被其他人窃取或者伪造,带来投票结果的可信度降低的问题,并且对投票者的投票权限进行管理还可以在一定程度上保证投票的有效性,从而进一步提高投票结果的可信度,进而保证投票结果最大程度的体现民意。
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的系统,装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。
在本申请所提供的几个实施例中,应该理解到,所揭露的系统,装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如,多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需 要选择其中的部分或者全部单元来实现本实施例方案的目的。
另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用硬件加软件功能单元的形式实现。
上述以软件功能单元的形式实现的集成的单元,可以存储在一个计算机可读取存储介质中。上述软件功能单元存储在一个存储介质中,包括若干指令用以使得一台计算机装置(可以是个人计算机,服务器,或者网络装置等)或处理器(Processor)执行本申请各个实施例所述方法的部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(Read-Only Memory,ROM)、随机存取存储器(Random Access Memory,RAM)、磁碟或者光盘等各种可以存储程序代码的介质。
以上所述仅为本申请的较佳实施例而已,并不用以限制本申请,凡在本申请的精神和原则之内,所做的任何修改、等同替换、改进等,均应包含在本申请保护的范围之内。

Claims (20)

  1. 一种投票方法,其特征在于,所述方法包括:
    接收投票者的投票授权请求信息;
    根据所述投票授权请求信息,生成投票权限信息;
    对所述投票权限信息进行加密处理,得到加密后的授权信息;
    发送所述授权信息,以使得所述投票者根据所述授权信息发送投票信息;
    接收所述投票信息,根据所述投票信息验证所述投票者的身份;
    当所述投票者的身份验证通过时,将所述投票信息打包成区块;
    将所述区块上传至区块链。
  2. 根据权利要求1所述的方法,其特征在于,所述根据所述投票授权请求信息,生成投票权限信息,包括:
    根据所述投票授权请求信息,判断所述投票者是否符合投票资格对应的预设条件;
    若判断出所述投票者符合预设投票资格对应的预设条件,生成所述投票权限信息。
  3. 根据权利要求1所述的方法,其特征在于,所述对所述投票权限信息进行加密处理,得到加密后的授权信息,包括:
    用所述投票者的公钥对所述投票权限信息加密,得到所述加密后的授权信息。
  4. 根据权利要求1所述的方法,其特征在于,所述当所述投票者的身份验证通过时,将所述投票信息打包成区块,包括:
    对所述投票信息进行存在性证明以及时间戳处理,得到处理后的投票信息;
    将所述处理后的投票信息打包成所述区块。
  5. 根据权利要求4所述的方法,其特征在于,
    当所述投票信息为经所述投票者加密处理后的信息时,所述对所述投票信息进行存在性证明以及时间戳处理,得到处理后的投票信息之前,还包括:当所述投票者的身份验证通过时,对所述投票信息进行解密;
    所述对所述投票信息进行存在性证明以及时间戳处理,得到处理 后的投票信息,包括:对解密后的所述投票信息进行存在性证明以及时间戳处理,得到所述处理后的投票信息。
  6. 根据权利要求1所述的方法,其特征在于,所述接收所述投票信息,根据所述投票信息验证所述投票者的身份,包括:
    解析所述投票信息以获取所述投票者的数字签名,验证所述数字签名。
  7. 根据权利要求1至6任一项所述的方法,其特征在于,在所述将所述区块上传至区块链之后,所述方法还包括:
    接收区块链中其他任意节点发送的针对所述投票信息的查询请求,输出所述投票信息。
  8. 一种投票装置,其特征在于,所述装置包括:
    接收单元,用于接收投票者的投票授权请求信息;
    生成单元,用于根据所述投票授权请求信息,生成投票权限信息;
    加密单元,用于对所述投票权限信息进行加密处理,得到加密后的授权信息;
    发送单元,用于发送所述授权信息,以使得所述投票者根据所述授权信息,发送投票信息;
    验证单元,用于接收所述投票信息,根据所述投票信息验证所述投票者的身份;
    打包单元,用于当所述投票者的身份验证通过时,将所述投票信息打包成区块;
    传输单元,用于将所述区块上传至区块链。
  9. 根据权利要求8所述的装置,其特征在于,所述生成单元执行根据所述投票授权请求信息,生成投票权限信息时,具体用于:
    根据所述投票授权请求信息,判断所述投票者是否符合投票资格对应的预设条件;
    若判断出所述投票者符合预设投票资格对应的预设条件,生成所述投票权限信息。
  10. 根据权利要求8所述的装置,其特征在于,所述加密单元执行对所述投票权限信息进行加密处理,得到加密后的授权信息时,具体用于:
    用所述投票者的公钥对所述投票权限信息加密,得到所述加密后 的授权信息。
  11. 根据权利要求8所述的装置,其特征在于,所述打包单元执行当所述投票者的身份验证通过时,将所述投票信息打包成区块时,具体用于:
    对所述投票信息进行存在性证明以及时间戳处理,得到处理后的投票信息;
    将所述处理后的投票信息打包成所述区块。
  12. 根据权利要求11所述的装置,其特征在于,
    当所述投票信息为经所述投票者加密处理后的信息时,所述打包单元执行对所述投票信息进行存在性证明以及时间戳处理,得到处理后的投票信息之前,还执行:当所述投票者的身份验证通过时,对所述投票信息进行解密;以及,
    执行所述对所述投票信息进行存在性证明以及时间戳处理,得到处理后的投票信息时,具体包括:对解密后的所述投票信息进行存在性证明以及时间戳处理,得到所述处理后的投票信息。
  13. 根据权利要求8所述的装置,其特征在于,所述验证单元接收所述投票信息,根据所述投票信息验证所述投票者的身份,包括:
    解析所述投票信息以获取所述投票者的数字签名,验证所述数字签名。
  14. 根据权利要求8至13任一项所述的装置,其特征在于,在所述传输单元执行将所述区块上传至区块链之后,还用于:
    接收区块链中其他任意节点发送的针对所述投票信息的查询请求,输出所述投票信息。
  15. 一种计算机设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,其特征在于,所述处理器执行所述计算机程序时,实现如下步骤:
    接收投票者的投票授权请求信息;
    根据所述投票授权请求信息,生成投票权限信息;
    对所述投票权限信息进行加密处理,得到加密后的授权信息;
    发送所述授权信息,以使得所述投票者根据所述授权信息发送投票信息;
    接收所述投票信息,根据所述投票信息验证所述投票者的身份;
    当所述投票者的身份验证通过时,将所述投票信息打包成区块;
    将所述区块上传至区块链。
  16. 根据权利要求15所述的计算机设备,其特征在于,实现所述根据所述投票授权请求信息,生成投票权限信息的步骤时,具体执行以下步骤:
    根据所述投票授权请求信息,判断所述投票者是否符合投票资格对应的预设条件;
    若判断出所述投票者符合预设投票资格对应的预设条件,生成所述投票权限信息。
  17. 根据权利要求15所述的计算机设备,其特征在于,实现所述对所述投票权限信息进行加密处理,得到加密后的授权信息的步骤时,具体执行以下步骤:
    用所述投票者的公钥对所述投票权限信息加密,得到所述加密后的授权信息。
  18. 根据权利要求15所述的计算机设备,其特征在于,实现所述当所述投票者的身份验证通过时,将所述投票信息打包成区块的步骤时,具体执行以下步骤:
    对所述投票信息进行存在性证明以及时间戳处理,得到处理后的投票信息;
    将所述处理后的投票信息打包成所述区块。
  19. 根据权利要求15至18任一项所述的计算机设备,其特征在于,在实现所述将所述区块上传至区块链之后,所述处理器执行所述计算机程序时,还实现以下步骤:
    接收区块链中其他任意节点发送的针对所述投票信息的查询请求,输出所述投票信息。
  20. 一种计算机非易失性可读存储介质,其特征在于,包括计算机可读指令,当计算机读取并执行所述计算机可读指令时,使得计算机执行如权利要求1至7任一项所述的方法。
PCT/CN2018/110462 2018-06-28 2018-10-16 一种投票方法、装置、计算机设备及计算机可读存储介质 WO2020000786A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810688109.7A CN109243045B (zh) 2018-06-28 2018-06-28 一种投票方法、装置、计算机设备及计算机可读存储介质
CN201810688109.7 2018-06-28

Publications (1)

Publication Number Publication Date
WO2020000786A1 true WO2020000786A1 (zh) 2020-01-02

Family

ID=65072195

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/110462 WO2020000786A1 (zh) 2018-06-28 2018-10-16 一种投票方法、装置、计算机设备及计算机可读存储介质

Country Status (2)

Country Link
CN (1) CN109243045B (zh)
WO (1) WO2020000786A1 (zh)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112615895A (zh) * 2020-11-16 2021-04-06 中信银行股份有限公司 投票结果的生成与统计方法、装置及电子设备
CN112699415A (zh) * 2020-12-23 2021-04-23 广州汉全信息科技股份有限公司 一种智能合约的排序方法、装置、计算机设备和存储介质
CN114299656A (zh) * 2020-09-23 2022-04-08 成都中科信息技术有限公司 一种投票方法
CN115604121A (zh) * 2022-11-27 2023-01-13 中国信息通信研究院(Cn) 基于区块链的工业互联网业务处理方法、装置和设备

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110097678A (zh) * 2019-03-13 2019-08-06 深圳壹账通智能科技有限公司 基于区块链的投票方法、装置、计算机设备及存储介质
CN110162996A (zh) * 2019-04-23 2019-08-23 上海链度科技有限公司 基于区块链的投票系统、方法和投票终端
US11210743B2 (en) 2019-04-23 2021-12-28 Advanced New Technologies Co., Ltd. Blockchain-based data processing system, method, computing device and storage medium
CN110263085A (zh) * 2019-04-23 2019-09-20 阿里巴巴集团控股有限公司 基于区块链的数据处理系统、方法、计算设备及存储介质
CN110309672B (zh) * 2019-07-01 2020-12-22 北京理工大学 一种基于区块链的隐私保护的可控数据管理方法
CN110853651B (zh) * 2019-11-13 2021-06-01 支付宝(杭州)信息技术有限公司 投票内容验证方法及其系统
CN110958253A (zh) * 2019-12-05 2020-04-03 全链通有限公司 基于区块链的电子投票方法、设备及存储介质
CN115001785A (zh) * 2022-05-26 2022-09-02 平安普惠企业管理有限公司 基于投票的签名服务方法、装置、电子设备及存储介质
CN115147976A (zh) * 2022-06-28 2022-10-04 肖峻峰 一种基于区块链去中心化的投票的方法和系统

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060229991A1 (en) * 2005-03-18 2006-10-12 Pitney Bowes Incorporated Method and system for electronic voting using identity based encryption
CN105376064A (zh) * 2015-11-23 2016-03-02 河海大学 一种匿名消息认证系统及其消息签名方法
CN105827399A (zh) * 2016-04-12 2016-08-03 金华鸿正科技有限公司 用于电子选举的数据处理方法
CN106022681A (zh) * 2016-05-13 2016-10-12 杭州云象网络技术有限公司 一种基于区块链的物流追踪方法
CN107958703A (zh) * 2017-11-16 2018-04-24 上海鸿巍企业管理咨询有限公司 一种基于mdt的远程信息同步管理和投票系统

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105205906B (zh) * 2014-06-25 2017-12-08 阿里巴巴集团控股有限公司 投票任务处理、分发投票任务的方法及装置
CN105490925B (zh) * 2015-12-22 2019-07-23 北京奇虎科技有限公司 一种信息有效性的验证方法及装置
CN106408734A (zh) * 2016-10-25 2017-02-15 西华大学 一种网络无记名投票的方法及装置
EP3454238B1 (en) * 2016-12-23 2022-02-09 CloudMinds (Shanghai) Robotics Co., Ltd. Registration and authorization method, device and system
CN107294727B (zh) * 2017-05-22 2020-06-19 联动优势科技有限公司 一种电子投票方法、终端设备以及区块链网络
CN108122165B (zh) * 2017-12-15 2020-10-30 北京中电普华信息技术有限公司 一种区块链共识方法及系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060229991A1 (en) * 2005-03-18 2006-10-12 Pitney Bowes Incorporated Method and system for electronic voting using identity based encryption
CN105376064A (zh) * 2015-11-23 2016-03-02 河海大学 一种匿名消息认证系统及其消息签名方法
CN105827399A (zh) * 2016-04-12 2016-08-03 金华鸿正科技有限公司 用于电子选举的数据处理方法
CN106022681A (zh) * 2016-05-13 2016-10-12 杭州云象网络技术有限公司 一种基于区块链的物流追踪方法
CN107958703A (zh) * 2017-11-16 2018-04-24 上海鸿巍企业管理咨询有限公司 一种基于mdt的远程信息同步管理和投票系统

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114299656A (zh) * 2020-09-23 2022-04-08 成都中科信息技术有限公司 一种投票方法
CN112615895A (zh) * 2020-11-16 2021-04-06 中信银行股份有限公司 投票结果的生成与统计方法、装置及电子设备
CN112615895B (zh) * 2020-11-16 2023-04-25 中信银行股份有限公司 投票结果的生成与统计方法、装置及电子设备
CN112699415A (zh) * 2020-12-23 2021-04-23 广州汉全信息科技股份有限公司 一种智能合约的排序方法、装置、计算机设备和存储介质
CN115604121A (zh) * 2022-11-27 2023-01-13 中国信息通信研究院(Cn) 基于区块链的工业互联网业务处理方法、装置和设备

Also Published As

Publication number Publication date
CN109243045A (zh) 2019-01-18
CN109243045B (zh) 2022-04-12

Similar Documents

Publication Publication Date Title
WO2020000786A1 (zh) 一种投票方法、装置、计算机设备及计算机可读存储介质
AU2017204853B2 (en) Data security service
TWI686075B (zh) 一種身份驗證方法、裝置及電子設備
US7925023B2 (en) Method and apparatus for managing cryptographic keys
US7231526B2 (en) System and method for validating a network session
US8656166B2 (en) Storage and authentication of data transactions
KR102202547B1 (ko) 액세스 요청을 검증하기 위한 방법 및 시스템
US8555075B2 (en) Methods and system for storing and retrieving identity mapping information
CA2899027C (en) Data security service
JPH10508438A (ja) キー・エスクローおよびデータ・エスクロー暗号化のためのシステムおよび方法
US10263782B2 (en) Soft-token authentication system
US8566952B1 (en) System and method for encrypting data and providing controlled access to encrypted data with limited additional access
KR20070024633A (ko) 갱신가능한 그리고 개인적인 바이오메트릭
US20140258718A1 (en) Method and system for secure transmission of biometric data
US20200136816A1 (en) Authentication using asymmetric cryptography key pairs
JP6533542B2 (ja) 秘密鍵複製システム、端末および秘密鍵複製方法
US7739500B2 (en) Method and system for consistent recognition of ongoing digital relationships
CN112261103A (zh) 一种节点接入方法及相关设备
US10979226B1 (en) Soft-token authentication system with token blocking after entering the wrong PIN
CN106992976B (zh) 网络安全管理方法及服务器
EP3433992B1 (en) Cloud storage of data
CN117892337A (zh) 一种基于密码进行固态硬盘数据自动处理方法及装置
CN117521052A (zh) 一种服务器隐私的保护认证方法、装置、计算机设备及介质
CN117857097A (zh) 终端的管理方法、系统、装置和电子设备及存储介质

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: 18924111

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18924111

Country of ref document: EP

Kind code of ref document: A1