Skip to content

Commit 8b51913

Browse files
Update apps/portal/src/app/connect/ecosystems/security/page.mdx
Signed-off-by: Joaquim Verges <[email protected]>
1 parent 6427c2e commit 8b51913

File tree

1 file changed

+1
-1
lines changed
  • apps/portal/src/app/connect/ecosystems/security

1 file changed

+1
-1
lines changed

apps/portal/src/app/connect/ecosystems/security/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ When a user signs into an application using their email or social logins for the
3737
### Ecosystem Usage
3838

3939
- Ecosystem wallets are controlled by the ecosystem owner.
40-
- We replaced the SSS model tricky with Encalves because a malicious developer could reverse engineer and extract the private key from the client and exploit users who might’ve assets from other developers within the ecosystem.
40+
- We moved away from the shamir secret sharing model and replaced it with Encalves. This ensures no-one can extract the private key from the client, including other developers in the ecosystem.
4141
- With enclave and partner policies, this is mitigated. Ecosystem owners are able to place restrictions on what individual partners are able to do. Moreover, since the private key is never re-constructed on the client, the ecosystem partner must submit the request to the enclave which would be able to verify the request and block requests that are out of scope or denied by the ecosystem owner.
4242

4343
## Recoverability

0 commit comments

Comments
 (0)