> ## Content Index
> Fetch the complete content index at: https://en.blog.themarfa.name/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to safely share sensitive information
- URL: https://en.blog.themarfa.name/how-to-safely-share-sensitive-information/
- Published: 2024-04-13T12:43:58.000Z
- Updated: 2024-04-13T12:43:58.000Z
- Description: From time to time, I find myself having to give someone my login/password for a Netflix account, share a token in a text file, or something similar that shouldn't be shared openly.
- Author: Konstantin Dokuchaev
- Tags: web, Password Pusher

From time to time, I find myself having to give someone my login/password for a Netflix account, share a token in a text file, or something similar that shouldn't be shared openly.

Ideally, I would like to share such data through a password manager that has this feature built in. However, what are the chances that your conversation partner has the same password manager installed? You can resolve this situation by using specialized services like [**Password Pusher**](https://pwpush.com/), which help secure the transmission of sensitive data.

When you visit the site, you have three options for sending data, depending on the type of data: password, files, or links.

![](https://storage.ghost.io/c/31/c7/31c7da9c-f519-464c-9a3b-2d4144b557a6/content/images/2024/04/CleanShot-2024-03-02-at-15.44.28@2x.png)

Regardless of the type of data, you need to upload it to the service and then configure additional security parameters:

1. Expiry time for link access — either by days or by the number of views, depending on what comes first.
2. Activate protection against link scanners.
3. Activate data deletion immediately after access.
4. Protect access with a passphrase.

After that, you will receive a link that you can send to your conversation partner, and they will be able to access the hidden data behind it. In the **Dashboard** section, you can view which data was accessed and when.

![](https://storage.ghost.io/c/31/c7/31c7da9c-f519-464c-9a3b-2d4144b557a6/content/images/2024/04/CleanShot-2024-03-02-at-15.49.33@2x.png)

Password Pusher is open-source, and you can deploy a similar service on your own server, which will further reduce concerns about the leakage of important data.

[Try Password Pusher](https://pwpush.com/)