This is a proof of concept for the SSRA: A Secure Social Robot Architecture project.
- Compile the app:
cd ssra; docker build -t ssra .
- Run it:
sudo docker run -v ./shared:/usr/src/myapp/shared -it --rm --name running-ssra ssra <role>
Possible roles:
tutor
: generates master keys and a user keyrobot
: encrypt a sample content with two attributesuser
: read and decrypt the encrypted content