# Devolutions Send

Devolutions Send is a secure sharing solution designed to help transmit sensitive information safely through temporary, encrypted links. Instead of sharing passwords, confidential notes, or files through email or chat applications, create protected links that automatically expire after a configurable period.

Built with client-side encryption, Devolutions Send ensures that secrets are encrypted directly in the user’s browser before being transmitted. This approach prevents Devolutions or any intermediary from accessing the original content. Encryption is powered by the open-source Devolutions Crypto library using XChaCha20Poly1305 and memory-safe Rust compiled to WebAssembly (WASM).

## Key features

* Secure secret sharing: Generate encrypted links to securely share passwords, notes, and confidential information. No sign-up is required for standalone usage.
* Encrypted file transfer: Share sensitive files securely in addition to text-based secrets. Unauthenticated users can send files up to 1 MB, while authenticated Devolutions Account users can send files up to 10 MB.
* Configurable expiration settings: Control how long shared links remain accessible, with durations ranging from one hour to one week or more depending on the integration.
* View limits and recipient controls: Restrict how many times a secret can be viewed and optionally allow recipients to delete links after access.
* Optional passphrase protection: Add an extra security layer by protecting links with a passphrase shared separately with the recipient.

## Integration with the Devolutions ecosystem

Devolutions Send is available as both a standalone service and an integrated feature within several Devolutions solutions:

* Devolutions Remote Desktop Manager
* Devolutions Server
* Devolutions Cloud
* Devolutions Password Manager

Integrated usage allows users to securely share credentials, send encrypted messages, and create shareable links directly from entries and vaults without leaving their workflow.

## Typical use cases

Organizations and IT professionals commonly use Devolutions Send to:

* Share passwords with internal teams or external partners
* Send temporary access credentials securely
* Transfer confidential files safely
* Replace insecure password sharing through email or messaging platforms
* Provide temporary, expiring access to sensitive information

Devolutions Send combines ease of use with strong encryption and flexible sharing controls, making it a practical solution for secure information exchange across teams and organizations.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/send/overview/devolutions-send.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
