Chris Pollett >
Students > [Bio] [Blog] [Paper 1: Differential Privacy - PDF] [Paper 2: Differential Privacy Primer - PDF] [Paper 3: Secret Sharing - PDF] |
Deliverable 1Description: Create an encrypted group in Yioop, add users and threads to the group to see how these changes reflect in the database in-order to understand how the existing privacy mechanism in Yioop works Implementation steps:
Discoveries: Relevant database tables modified when new group is added:
Results: 1. Created group called 'Deliverable1_Test' and added users, threads and posts: 2. Database reflects the addition of 'Deliverable1_Test' in table 'SOCIAL_GROUPS' 3. A key is generated for the newly created group and stored in 'TYPE_KEYS' table of the external database 4. Database reflects creation of new threads for the created group (group_id=5). Also highlighted are encrypted title and description of group items |