Doc update

This commit is contained in:
x032205
2025-05-28 17:25:21 -04:00
parent 5c4c881b60
commit b949fe06c3

View File

@@ -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
<Steps>
@@ -60,9 +58,6 @@ To delete a shared secret, click the **Trash Can** icon on the relevant shared s
## FAQ
<AccordionGroup>
<Accordion title="Does Infisical have access to Shared Secrets?">
No, Infisical does not have access to shared secrets. This is part of our zero-knowledge architecture.
</Accordion>
<Accordion title="Can secrets be changed after they are shared?">
No, secrets cannot be changed after they've been created. This is to ensure that secrets are not tampered with.
</Accordion>