helios-server icon indicating copy to clipboard operation
helios-server copied to clipboard

Helios server

Results 129 helios-server issues
Sort by recently updated
recently updated
newest added

I got it installed on my computer, the server is running, everything seems to be working fine but the votes aren't counting. The voters appear on the list of voters...

In the Ciphertext class of elgamal.py in helios-server/helios/crypto, why is the function __mul__() homomorphically multiplying the ciphertexts? I understood Helios was using exponential elgamal to homomorphically add the ciphertexts. I...

Readme -> Stories in Ready -> https://waffle.io/benadida/helios-server -> KO

This PR removes an unused `election.json` file. The file used for tests lives in `helios/fixtures/election.json`, but the one in `heliosbooth/election.json` is redundant and not used anywhere.

On Python 3, all strings are unicode strings. Helios has the `unicodecsv` dependency for reading CSV files, but that package is only intended to be used in Python 2. After...

This PR upgrades the Python dependencies in `requirements.txt` to their latest minor version plus the Python version on runtime. Changes on those packages are non-breaking so no code changes should...

Are there plans to update the Django version? 2.2 LTS seems to have gone out of being supported last month: https://www.djangoproject.com/download/ (Seems someone already looked into porting a bit #340)

Please tell me where you can read reviews about this system?

Good afternoon, I came across this article on Wikipedia: In 2010 researchers identified a ballot secrecy vulnerability.[16] In 2011 and 2016 researchers identified cross-site scripting vulnerabilities. The first endangers sessions...

currently, answers are formulated as a single line (text field). it would be nice if it were possible to allow paragraph-based questions (text area) for questions.