andrewcmyers / civs

Condorcet Internet Voting System
http://civs1.civs.us
MIT License
83 stars 27 forks source link

Control to resend results #23

Closed andrewcmyers closed 6 years ago

andrewcmyers commented 6 years ago

Sometimes results are lost by the intended recipients. There should be a way for the poll supervisor to trigger resending results.

andrewcmyers commented 6 years ago

Problem with this idea is that CIVS actually does not store the result key persistently, for security reasons. It would have to be changed to store the result key persistently. This is probably not a problem, since anyone who can hack into the system to extract the key can see the results anyway.

andrewcmyers commented 6 years ago

done.