Skip to content

Commit e9950ad

Browse files
committed
refactor: enhance 'What Is Protected Data?' documentation with improved structure and visual elements
1 parent 4b540d9 commit e9950ad

File tree

1 file changed

+199
-35
lines changed

1 file changed

+199
-35
lines changed

src/manage-data/what-is-protected-data.md

Lines changed: 199 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -5,54 +5,218 @@ description: Understanding iExec's data protection mechanisms
55

66
# ❓ What Is Protected Data?
77

8-
Protected Data is iExec's revolutionary approach to data privacy and ownership.
9-
It allows you to maintain control over your data while enabling computation on
10-
it without exposing the raw information.
8+
<div class="bg-gradient-to-r from-[#fcd15a] to-[#ffad4d] rounded-[6px] px-8 pb-4 text-gray-800 max-w-3xl mx-auto mb-6">
9+
<h2 class="text-2xl font-bold mt-0 border-none!">Data Protection Made Simple</h2>
10+
<p>Learn how iExec's DataProtector keeps your sensitive information secure while enabling powerful computation and monetization.</p>
11+
</div>
1112

12-
## Key Concepts
13-
14-
### Data Ownership
15-
16-
- **You own your data**: The original data never leaves your control
17-
- **Granular permissions**: Decide who can access and use your data
18-
- **Revocable access**: Grant and revoke permissions at any time
13+
Protected Data refers to any data encrypted using the iExec Data Protector tool.
14+
This end-to-end encryption solution enables users to protect, manage and
15+
monetize their data within the Web3 ecosystem.
1916

20-
### Privacy-Preserving Computation
17+
<div class="bg-gradient-to-r from-purple-400/10 to-purple-400/5 rounded-[6px] p-6 border-l-4 border-fuchsia-700 mb-6">
18+
<p class="m-0!">Unlike standard datasets, Protected Data exposes only its <span class="text-fuchsia-700 font-semibold">data types on-chain</span> (for example, indicating that it contains an email address or a photo). This allows anyone to <span class="text-fuchsia-700 font-semibold">identify entries with specific types</span>.</p>
19+
</div>
2120

22-
- **Encrypted processing**: Data is encrypted during computation
23-
- **TEE (Trusted Execution Environment)**: Secure enclaves protect data during
24-
processing
25-
- **Zero-knowledge**: Compute on data without revealing it
26-
27-
### Monetization
21+
## Key Concepts
2822

29-
- **Data marketplaces**: Sell access to your protected data
30-
- **Usage tracking**: Monitor how your data is being used
31-
- **Fair compensation**: Get paid for data usage
23+
### 👑 Data Ownership
24+
25+
<div class="mb-4"></div>
26+
27+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 mb-6">
28+
<div class="flex flex-col gap-3">
29+
<div class="flex items-center gap-3">
30+
<span>•</span>
31+
<div>
32+
<strong>You own your data:</strong> The original data never leaves your control
33+
</div>
34+
</div>
35+
<div class="flex items-center gap-3">
36+
<span>•</span>
37+
<div>
38+
<strong>Granular permissions:</strong> Decide who can access and use your data
39+
</div>
40+
</div>
41+
<div class="flex items-center gap-3">
42+
<span>•</span>
43+
<div>
44+
<strong>Revocable access:</strong> Grant and revoke permissions at any time
45+
</div>
46+
</div>
47+
</div>
48+
</div>
49+
50+
### 🔒 Privacy-Preserving Computation
51+
52+
<div class="mb-4"></div>
53+
54+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 mb-6">
55+
<div class="flex flex-col gap-3">
56+
<div class="flex items-center gap-3">
57+
<span>•</span>
58+
<div>
59+
<strong>Encrypted processing:</strong> Data is encrypted during computation
60+
</div>
61+
</div>
62+
<div class="flex items-center gap-3">
63+
<span>•</span>
64+
<div>
65+
<strong>TEE (Trusted Execution Environment):</strong> Secure enclaves protect data during processing
66+
</div>
67+
</div>
68+
<div class="flex items-center gap-3">
69+
<span>•</span>
70+
<div>
71+
<strong>Zero-knowledge:</strong> Compute on data without revealing it
72+
</div>
73+
</div>
74+
</div>
75+
</div>
76+
77+
### 💰 Monetization
78+
79+
<div class="mb-4"></div>
80+
81+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 mb-6">
82+
<div class="flex flex-col gap-3">
83+
<div class="flex items-center gap-3">
84+
<span>•</span>
85+
<div>
86+
<strong>Data marketplaces:</strong> Sell access to your protected data
87+
</div>
88+
</div>
89+
<div class="flex items-center gap-3">
90+
<span>•</span>
91+
<div>
92+
<strong>Usage tracking:</strong> Monitor how your data is being used
93+
</div>
94+
</div>
95+
<div class="flex items-center gap-3">
96+
<span>•</span>
97+
<div>
98+
<strong>Fair compensation:</strong> Get paid for data usage
99+
</div>
100+
</div>
101+
</div>
102+
</div>
32103

33104
## How It Works
34105

35-
1. **Protect**: Encrypt and register your data on the iExec network
36-
2. **Share**: Grant access permissions to specific users or applications
37-
3. **Monitor**: Track usage and maintain control
38-
4. **Monetize**: Earn from your data while keeping it private
106+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 mb-6">
107+
<div class="flex flex-col gap-4">
108+
<div class="flex items-center gap-3">
109+
<span class="text-xl font-bold text-fuchsia-700">1.</span>
110+
<div>
111+
<strong>Protect:</strong> Encrypt and register your data on the iExec network
112+
</div>
113+
</div>
114+
<div class="flex items-center gap-3">
115+
<span class="text-xl font-bold text-fuchsia-700">2.</span>
116+
<div>
117+
<strong>Share:</strong> Authorize specific users and applications to access your data
118+
</div>
119+
</div>
120+
<div class="flex items-center gap-3">
121+
<span class="text-xl font-bold text-fuchsia-700">3.</span>
122+
<div>
123+
<strong>Monitor:</strong> Track usage and maintain control
124+
</div>
125+
</div>
126+
<div class="flex items-center gap-3">
127+
<span class="text-xl font-bold text-fuchsia-700">4.</span>
128+
<div>
129+
<strong>Monetize:</strong> Earn from your data while keeping it private
130+
</div>
131+
</div>
132+
<div class="flex items-center gap-3">
133+
<span class="text-xl font-bold text-fuchsia-700">5.</span>
134+
<div>
135+
<strong>Compute:</strong> Authorized users can compute on your data with the authorized iApps
136+
</div>
137+
</div>
138+
</div>
139+
</div>
39140

40141
## Use Cases
41142

42-
- **Personal Data**: Health records, financial data, personal preferences
43-
- **Business Intelligence**: Market research, customer analytics, proprietary
44-
datasets
45-
- **AI Training**: Training models without exposing sensitive data
46-
- **Research**: Collaborative research with privacy guarantees
143+
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 my-6">
144+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
145+
<div class="flex items-baseline gap-2 text-lg">
146+
<span>👤</span>
147+
<h3 class="font-semibold m-0!">Personal Data</h3>
148+
</div>
149+
<ul class="list-disc ml-6">
150+
<li>Health records</li>
151+
<li>Financial data</li>
152+
<li>Personal preferences</li>
153+
</ul>
154+
</div>
155+
156+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
157+
<div class="flex items-baseline gap-2 text-lg">
158+
<span>🏢</span>
159+
<h3 class="font-semibold m-0!">Business Intelligence</h3>
160+
</div>
161+
<ul class="list-disc ml-6">
162+
<li>Market research</li>
163+
<li>Customer analytics</li>
164+
<li>Proprietary datasets</li>
165+
</ul>
166+
</div>
167+
168+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
169+
<div class="flex items-baseline gap-2 text-lg">
170+
<span>🤖</span>
171+
<h3 class="font-semibold m-0!">AI Training</h3>
172+
</div>
173+
<ul class="list-disc ml-6">
174+
<li>Training models without exposing sensitive data</li>
175+
<li>Federated learning</li>
176+
<li>Privacy-preserving ML</li>
177+
</ul>
178+
</div>
179+
180+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 flex flex-col gap-2">
181+
<div class="flex items-baseline gap-2 text-lg">
182+
<span>🔬</span>
183+
<h3 class="font-semibold m-0!">Research</h3>
184+
</div>
185+
<ul class="list-disc ml-6">
186+
<li>Collaborative research with privacy guarantees</li>
187+
<li>Cross-institutional studies</li>
188+
<li>Clinical trial data</li>
189+
</ul>
190+
</div>
191+
</div>
192+
193+
<div class="bg-gradient-to-r from-green-400/10 to-green-400/5 rounded-[6px] p-6 border-l-4 border-green-600 mb-6">
194+
<p class="m-0!">Ready to protect your data? Start with our <span class="text-green-700 font-semibold">DataProtector guides</span> and learn how to secure your sensitive information while unlocking its value.</p>
195+
</div>
47196

48197
## Next Steps
49198

50-
Ready to protect your data? Check out:
51-
52-
- [Getting Started with DataProtector](/manage-data/dataProtector/getting-started)
53-
- [DataProtector Guides](/manage-data/guides)
199+
<div class="bg-[var(--vp-c-bg-soft)] rounded-[6px] p-6 mb-6">
200+
<div class="flex flex-col gap-4">
201+
<div class="flex items-start gap-3">
202+
<span class="text-xl">🚀</span>
203+
<div>
204+
<strong>Getting Started:</strong> <a href="/manage-data/dataProtector/getting-started" class="text-fuchsia-700 hover:text-fuchsia-600">DataProtector Quick Start Guide</a>
205+
</div>
206+
</div>
207+
<div class="flex items-start gap-3">
208+
<span class="text-xl">📚</span>
209+
<div>
210+
<strong>Learn More:</strong> <a href="/manage-data/guides" class="text-fuchsia-700 hover:text-fuchsia-600">Complete DataProtector Documentation</a>
211+
</div>
212+
</div>
213+
</div>
214+
</div>
215+
216+
<div class="bg-gradient-to-r from-blue-400/10 to-blue-400/5 rounded-[6px] p-6 border-l-4 border-blue-600 mb-6">
217+
<p class="m-0!">Protect your data, maintain control, and unlock its value with iExec's <span class="text-blue-700 font-semibold">DataProtector</span> - the complete solution for privacy-first data management.</p>
218+
</div>
54219

55220
---
56221

57-
_Protect your data, maintain control, and unlock its value with iExec's
58-
DataProtector._
222+
_Ready to take control of your data? Start protecting what matters most._

0 commit comments

Comments
 (0)