|
1 |
| -data-aggregator |
2 |
| -=============== |
| 1 | +web-mpc |
| 2 | +======= |
3 | 3 |
|
4 | 4 | [](https://travis-ci.org/Boston-Women-Work/data-aggregator)
|
5 | 5 | [](https://coveralls.io/github/Boston-Women-Work/data-aggregator?branch=angular)
|
6 | 6 |
|
7 |
| -Implementation of a data collection and aggregation infrastructure that supports individual data obfuscation. |
| 7 | +Implementation of a web-based data collection and aggregation infrastructure that utilizes secure multi-party computation techniques to allow individual contributors to submit their data without revealing it to the other participants. |
8 | 8 |
|
9 | 9 |
|
10 | 10 | Environment
|
@@ -45,37 +45,3 @@ enabled=1" | sudo tee -a /etc/yum.repos.d/mongodb.repo
|
45 | 45 | * Finally, retrieve the application files and in the directory "server/" run:
|
46 | 46 |
|
47 | 47 | `forever -o log.txt -e error.txt start index.js`
|
48 |
| - |
49 |
| - |
50 |
| -Original modules and third-party dependencies |
51 |
| ---------------------------------------------- |
52 |
| - |
53 |
| -Only the following original modules have been written for this application. All other modules are off-the-shelf libraries. |
54 |
| - |
55 |
| -* client/script/ssCreate.js |
56 |
| -* client/index.html |
57 |
| -* client/success.html |
58 |
| -* server/index.js |
59 |
| -* server/template.js |
60 |
| -* trusted/script/generateMasks.js |
61 |
| -* trusted/script/generateSession.js |
62 |
| -* trusted/script/ssCreate.js |
63 |
| -* trusted/index.html |
64 |
| -* trusted/session_data.html |
65 |
| -* trusted/keys.txt |
66 |
| -* unmask/index.html |
67 |
| -* unmask/script/unmask.js |
68 |
| -* shared/aggregate.js |
69 |
| - |
70 |
| -The following are third party dependencies included in the source tree (but not automatically installed in the environment). |
71 |
| - |
72 |
| -* trusted/script/filesaver.js |
73 |
| -* shared/handsontable |
74 |
| -* trusted/script/jszip |
75 |
| -* shared/jquery-1.11.2.js |
76 |
| -* shared/jsencrypt.js |
77 |
| -* shared/md5.js |
78 |
| -* unmask/script/ladda.min.js |
79 |
| -* unmask/script/spin.min.js |
80 |
| -* shared/underscore.js |
81 |
| -* client/script/waitingDialog.js |
0 commit comments