diff --git a/docs/documentation/platform/secret-sharing.mdx b/docs/documentation/platform/secret-sharing.mdx index 36ba2f578..8701cdcbd 100644 --- a/docs/documentation/platform/secret-sharing.mdx +++ b/docs/documentation/platform/secret-sharing.mdx @@ -7,8 +7,6 @@ description: "Learn how to share time & view-count bound secrets securely with a Developers frequently need to share secrets with team members, contractors, or other third parties, which can be risky due to potential leaks or misuse. Infisical offers a secure solution for sharing secrets over the internet in a time and view-count bound manner. It is possible to share secrets without signing up via [share.infisical.com](https://share.infisical.com) or via Infisical Dashboard (which has more advanced functionality). -With its zero-knowledge architecture, secrets shared via Infisical remain unreadable even to Infisical itself. - ## Sharing a Secret @@ -60,9 +58,6 @@ To delete a shared secret, click the **Trash Can** icon on the relevant shared s ## FAQ - - No, Infisical does not have access to shared secrets. This is part of our zero-knowledge architecture. - No, secrets cannot be changed after they've been created. This is to ensure that secrets are not tampered with.