update secret sharing texts

This commit is contained in:
Maidul Islam
2024-05-29 17:06:24 -04:00
parent 285c4a93c6
commit 1990ce8c7d
6 changed files with 14 additions and 24 deletions

View File

@@ -1,10 +1,12 @@
---
title: "Secret Sharing"
sidebarTitle: "Secret Sharing"
description: "Learn how to share time-bound secrets securely with anybody on the internet."
description: "Learn how to share time-bound secrets securely with anyone on the internet."
---
Developers often need to share secrets with their team members, contractors, or other third parties. This can be a risky process, as secrets can be easily leaked or misused. Infisical provides a secure way to share secrets with anybody on the internet in a time-bound manner.
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-bound manner.
With its zero-knowledge architecture, secrets shared via Infisical remain unreadable even to Infisical itself.
## Share a Secret
@@ -16,8 +18,8 @@ Developers often need to share secrets with their team members, contractors, or
3. Click on the **Share Secret** button.
<Note>
Infisical does not store the secret you share. This is a part of our Zero
Knowledge Architecture.
Infisical does not have access to the shared secrets. This is a part of our zero
knowledge architecture.
</Note>
4. Enter the secret you want to share and set the expiration time. Click on the **Share Secret** button.
@@ -29,7 +31,7 @@ Developers often need to share secrets with their team members, contractors, or
tampered with.
</Note>
5. Copy the link and share it with the intended recipient. Anybody with the link can access the secret before its expiration time. Hence, it is recommended to share the link only with the intended recipient.
5. Copy the link and share it with the intended recipient. Anyone with the link can access the secret before its expiration time. Hence, it is recommended to share the link only with the intended recipient.
![Copy URL](../../images/platform/secret-sharing/copy-url.png)