Seite 1 von 1

Online-Wahlen mit Qualitätssoftware

Verfasst: Samstag 8. März 2014, 13:47
von BlackJack
Eine Funktion aus Wahlsoftware die in Estland angeblich schon eingesetzt wurde:

https://github.com/vvk-ehk/evalimine/bl ... nalyzer.py

Code: Alles auswählen

#!/usr/bin/python2.7
# -*- coding: UTF8 -*-

"""
Copyright: Eesti Vabariigi Valimiskomisjon
(Estonian National Electoral Committee), www.vvk.ee
Written in 2004-2013 by Cybernetica AS, www.cyber.ee

This work is licensed under the Creative Commons
Attribution-NonCommercial-NoDerivs 3.0 Unported License.
To view a copy of this license, visit
http://creativecommons.org/licenses/by-nc-nd/3.0/.
"""

def analyze(ik, vote, votebox):

    # TODO: implement security checks
    # such as verifying the correct size
    # of the encrypted vote

    return []
:shock:

Re: Online-Wahlen mit Qualitätssoftware

Verfasst: Samstag 8. März 2014, 16:37
von darktrym
Zum Glück machen die anderen Dateien keinen besseren Eindruck.

Re: Online-Wahlen mit Qualitätssoftware

Verfasst: Samstag 8. März 2014, 17:16
von snafu
Egal. Hauptsache, das UML-Diagramm ist "grob" implementiert. ;)

Re: Online-Wahlen mit Qualitätssoftware

Verfasst: Samstag 8. März 2014, 19:07
von darktrym
Cybernetica AS sucht bestimmt noch Leute.

Re: Online-Wahlen mit Qualitätssoftware

Verfasst: Sonntag 9. März 2014, 08:23
von Darii
Viel schlimmer ist, wie da xml aus strings zusammengedengelt wird: "<tagsoup>"…