-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creation of a Voting System Based off of Biometrics from Extremely Common Hardware #216
Comments
Related #21 . |
After some nice discussions in the Discord, and the Gridcoin Hangouts... some suggestions have come out of the woodwork: Jim Owens: https://www.jumio.com/ |
from Discord yesterday: nos: @Peppernrino Re: biometrics for polling. Might want a per-poll optional 2FA scheme which gets used for culling votes after the poll closes instead. I.e. an email or SMS which asks 'is this your vote?' sort of like how C-Cex sends you an email after making a transaction... "someone made a tx for this much. was this you?" ---> "someone voted this option on gridcoin poll #XXX. was this you?" |
The problems with 2FA are:
Verification of the message can be done through Public Key Private Key Cryptography |
For privacy issues, we can use an obfuscated neural network so that the inputs are private (being the identifiable information) but the output is known. There could be witnesses voted in that have their own trained obfuscated neural network with the weights and biases not be public as to not allow people to fabricate results from having public weights. They would all have to be trained on different data sets to make sure that attacks involving the training data are mitigated. Witnesses would have their relevant information public to obfuscate the inputs. If enough of the witness come to a consesnus the vote is blocked or allowed. More information on obfuscated neural networks can be found on this paper |
Steps Involved In this Proposed Voting Process
Potential Ways to Achieve the Biometric Checks Involved
List of Biometrics that Could Potentially Be Used
Potential Tasks for Verification
Related Published Papers
Other Notes:
Suggestions
(this will be updated with any suggestions)
The text was updated successfully, but these errors were encountered: