Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 847 Bytes

File metadata and controls

13 lines (11 loc) · 847 Bytes

Master thesis

Topic (german): "Datenschutzfreundliche Speicherung unternehmensinterner Überwachungsdaten mittels Pseudonymisierung und kryptographischer Schwellwertschemata"

Contents

  • expose: a small topic overview written beforehand (LaTeX)
  • thesis: the thesis itself (LaTeX)
  • sources: implementations of different system components (python)
    • proxy: a syslog proxy for altering syslog messages including the possibility of writing custom plugins (pseudonym plugin already included)
    • pseudo-service: django-based service handling pseudonym storage and threshold scheme communication
    • threshold-client: CLI application for share owners of the threshold scheme
    • threshold-crypto: stateless ElGamal-based threshold decryption library
    • (threshold-test: test implementations for some algorithms)