eellak / epidose

Privacy-preserving epidemic dosimeter based on DP-3T contact tracing
Apache License 2.0
52 stars 6 forks source link

Implement Cuckoo filter digital signature #31

Open dspinellis opened 4 years ago

dspinellis commented 4 years ago

This will prevent the distribution of fake Cuckoo filters through the mesh network specified in #13.

stefanos1316 commented 3 years ago

Should we generate private.pem and public.pem keys with an Ansible script while deploying the ha-server? Also, using -aes128 and 4096 bit for the key are fine? Do we need to add a passphrase for the key?

stefanos1316 commented 3 years ago

@dspinellis should we distribute the public key and digital signature through the repository?