Skip to content

Secret Santa Assignment Protocol. Secure and anonymous decentralised protocol for generating a secret-santa style assignment.

License

Notifications You must be signed in to change notification settings

master-spike/ssap

Repository files navigation

Secret Santa Assignment Protocol (SSAP)

This repository is ongoing proof-of-concept work for a decentralised, anonymized and secure protocol for generating a Secret Santa assignment. What this means is that, provided each participant has the ability to directly communicate securely with each other member of the group, an assignment can be created.

Building

Currently, build instructions are only available for linux.

Linux

Make sure CMake and OpenSSL development libraries are installed. From the root of the repository, do:

mkdir build && cd build
cmake ./..
cmake --build . && ctest

Contributing

An informal description of the steps protocol can be found in protodesc.txt. Any security or correctness problems should be submitted as an issue. The protocol is subject to change as this is proof-of-concept work.

About

Secret Santa Assignment Protocol. Secure and anonymous decentralised protocol for generating a secret-santa style assignment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published