@@ -13,8 +13,8 @@ Here's how DataProtector works: first you encrypt your data, then manage your
1313orders to control exactly who can access it, how many times, and at what price.
1414
1515Once 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.
1818
1919## Installation
2020
@@ -65,12 +65,12 @@ console.log('Protected data address:', protectedData.address);
6565
6666### What You Can Protect
6767
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.
7170
7271** 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 )
7474
7575** Limits** : File size depends on your storage choice (IPFS or Arweave). For
7676large datasets, consider using another IPFS node.
0 commit comments