# IM history encryption

Your Second Life IMs history is being stored at SpeedLight server. This allows you switching devices easily, but you may worry that some database stores your messages text.&#x20;

You can conceal your IMs history completely by encrypting them.

### Encrypting your IMs

The IMs history encryption can be enabled in "Avatar settings":

![](/files/-Lz402VgT1E7fFpF6ZCn)

What happens when you enter the IMs history password:

1. Your browser generates two keys: one to **encrypt** messages, and one to **decrypt**
2. The key to **encrypt** goes to the SpeedLight server
3. The key to **decrypt** stays on your PC

Now all your further messages will be encrypted on server but visible in your browser

![](/files/-Lz4BjyZtWBHm7R5Lxp7)

### Accessing IMs from another device

If you open SpeedLight on another device, you won't see your messages' text because is is encrypted:

![](/files/-Lz4BypFi-IpWpmXao3E)

Click the link and enter your IMs history password to see IMs on this device.

### Turning off the IMs history encryption

You can disable the IM encryption at any time if you know the password. Just untick the "Encrypt" checkbox and confirm the decryption.

![](/files/-Lz4DezrOPdtoJVNBzn4)

All your existing IMs will be decrypted back.

If you don't remember the password, you can turn the encryption off too. But the text contents of the IMs will be lost.

### Changing the IM history password

To change the IM history password, disable the encryption first. Then enable the encryption back and specify the new encryption password.

<mark style="color:red;">**IMPORTANT!**</mark>**&#x20;Do not enter** your SL password in the hint field. This field serves as a reminder for you to remember the encryption key.&#x20;


---

# 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.speedlight.io/viewer-features/im-history-encryption.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.
