Skip to content

Use strong randomness for things that should not be guessable #5

@siimphh

Description

@siimphh

IIUIC the pseudonyms need to be secret. Even though it is suggested that they should be generated separately, probably should use strong randomness to generate them in the demo instance:

random_words = random.sample(word_list, voter_count)

Quite possibly wants to use secrets module: https://docs.python.org/3/library/secrets.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions