> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/ribbon-menu-bar/file/export/export-html-encrypted.md).

# Export HTML encrypted

The HTML encrypted export format was designed for simple and secure exports of entries. It allows for an HTML export of the entry information while using symmetric encryption (AES-256) to encrypt sensitive information such as passwords. The file is an ultra portable self contained HTML file that requires no external script files or installs. As long as you have a web browser with JavaScript enabled, you can get to your encrypted data.

{% hint style="success" %}
With a secure encrypted document, you can freely send the information via email or any other protocol without compromising the sensitive data. Use the export as means of sharing or as a backup for sensitive information.
{% endhint %}

### Settings

Select the entries to export or export the vault. Right-click and select ***Export – Export special – Export selection (.html)*** or use ***File – Export – Export vault (.html)***. You will be prompted for a password for the symmetric encryption key. Select the file name for the new document. Once the export is completed, the file will open in your default browser.

{% hint style="danger" %}
Ensure you do not forget the password as you will not be able to decrypt the data without it.
{% endhint %}

When exporting multiple entries that are all contained within the same file, at decrypt time, each encrypted value must be decrypted individually for security reasons. Once you are done with the sensitive data simply hit the <kbd>F5</kbd> key on your keyboard to refresh the file or simply close it. Your data is now safe from prying eyes.

#### AES-256

We use AES-256 to encrypt/decrypt your sensitive data. Since the decryption is done entirely in the browser, there is no need for external tools, downloads, or installs.

#### Safe & smart virtual backup

In addition, HTML export using symmetric encryption is a great way to securely backup your passwords and other sensitive information. It allows you to share information via email or simply send the file to your personal email account as a backup.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/rdm/ribbon-menu-bar/file/export/export-html-encrypted.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.
