@@ -13,8 +13,8 @@ Here's how DataProtector works: first you encrypt your data, then manage your
13
13
orders to control exactly who can access it, how many times, and at what price.
14
14
15
15
Once data is protected, it's only accessible inside secure enclaves (TEEs) by
16
- the specific people and iApps you authorize through the orders you create. No
17
- exceptions.
16
+ the specific users and iApps (iExec application running in TEE) you authorize
17
+ through the orders you create. No exceptions.
18
18
19
19
## Installation
20
20
@@ -65,12 +65,12 @@ console.log('Protected data address:', protectedData.address);
65
65
66
66
### What You Can Protect
67
67
68
- ** Data** : Any JSON object with custom keys. Think user profiles, API
69
- credentials, datasets, model parameters - anything you want to keep private but
70
- still use in computations.
68
+ ** Data** : Any kind of data you want to keep private and make available for
69
+ computations by authorized users and iApps.
71
70
72
71
** Supported types** : Strings, numbers, booleans, nested objects, files (convert
73
- to ArrayBuffer first), and arrays (convert to Record format).
72
+ to ArrayBuffer first), and arrays (convert to Record format), you can find the
73
+ full list [ here] ( /manage-data/dataProtector/types )
74
74
75
75
** Limits** : File size depends on your storage choice (IPFS or Arweave). For
76
76
large datasets, consider using another IPFS node.
0 commit comments