> ## Documentation Index
> Fetch the complete documentation index at: https://encrova-docs.platform.ai71services.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Secret Sharing

> Learn how to share time & view-count bound secrets securely with anyone on the internet.

Developers frequently need to share secrets with team members, contractors, or other third parties, which can be risky due to potential leaks or misuse.
Encrova 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.encrova.com](https://secret-manager.t.platform.dev.ai71services.ai/share-secret) or via Encrova Dashboard (which has more advanced funcitonality).

With its zero-knowledge architecture, secrets shared via Encrova remain unreadable even to Encrova itself.

## Share a Secret

1. Navigate to the **Organization** page.
2. Click on the **Secret Sharing** tab from the sidebar.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/locai-70615f0e/images/secret-sharing-overview.png" />
</Frame>

<Note>
  Encrova does not have access to the shared secrets. This is a part of our
  zero knowledge architecture.
</Note>

3. Click on the **Share Secret** button. Set the secret, its expiration time and specify if the secret can be viewed only once. It expires as soon as any of the conditions are met.
   Also, specify if the secret can be accessed by anyone or only people within your organization.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/locai-70615f0e/images/create-new-secret.png" />
</Frame>

<Note>
  Secret once set cannot be changed. This is to ensure that the secret is not
  tampered with.
</Note>

5. Copy the link and share it with the intended recipient. Anyone with the link can access the secret before its expiration condition. Hence, it is recommended to share the link only with the intended recipient.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/locai-70615f0e/images/copy-url.png" />
</Frame>

## Access a Shared Secret

Just click on the link you received to access the secret. The secret will be displayed on the screen & for how long it is valid.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/locai-70615f0e/images/public-view.png" />
</Frame>

## Delete a Shared Secret

In the **Secret Sharing** tab, click on the **Delete** button next to the secret you want to delete. This will delete the secret immediately & the link will no longer be accessible.

## Share your Own Secret

Click on the [link](https://secret-manager.t.platform.dev.ai71services.ai/share-secret) to share your secrets to your team or with in organization.
