# Transparent Encryption

Using transparent encryption you can define a single encryption key that will be used for both encryption and decryption for any data that has been [classified](/data-encryption/data-classification.md) as [internal](/data-encryption/data-classification/internal.md) or [sensitive](/data-encryption/data-classification/sensitive.md).

{% hint style="info" %}
While data is encrypted at the database level note that all that data is accessible in clear through the ngSurvey administration section.
{% endhint %}

To setup global encryption on your server you may set your own private encryption key in an environment variables named **NGSurvey:EncryptionKey** with the value of your encryption ke&#x79;**.**

* [Azure setup](/data-encryption/encryption-setup/transparent-encryption/azure-encryption-setup.md)
* [IIS encryption setup](/data-encryption/encryption-setup/transparent-encryption/iis-encryption-setup.md)

{% hint style="warning" %}
Make sure to create a key that is alpha numeric based and which is at least 50 characters long.
{% endhint %}


---

# 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.ngsurvey.com/data-encryption/encryption-setup/transparent-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.
