# تشفير البيانات

إذا كنت تتعامل مع معلومات تعريف شخصية (PII) أو معلومات صحية شخصية (PHI) في استماراتك فقد ترغب في الحفاظ على تلك المعلومات آمنة قدر الإمكان لتجنب أي تسرب بيانات في حال تم اختراق قاعدة البيانات أو الخادم للأسف.&#x20;

باستخدام ميزات تشفير البيانات في ngSurvey يمكنك التأكد من أن البيانات المجمعة التي تختارها مخزنة بشكل [مشفرة](/ar/data-encryption/encryption-setup.md) على مستوى قاعدة البيانات ولا يمكن الوصول إليها إلا باستخدام مفتاح تشفير خاص آمن من اختيارك.

يمكن تكوين ngSurvey على مستوى النظام لدعم التشفير المتماثل باستخدام [مفتاح تشفير واحد](/ar/data-encryption/encryption-setup/transparent-encryption.md) أو يمكنك تكوين كل نموذج من نماذجك على حدة باستخدام التشفير غير المتماثل باستخدام [زوج مفاتيح PGP](/ar/data-encryption/encryption-setup/pgp-encryption.md).

يمكن تطبيق تشفير البيانات على عناصر ngSurvey التالية

* إجابات المستجيب النصية
* IP المستجيب، User agent، اسم المستخدم
* سمات بيانات عناصر الأمان
* بريد التوكن الإلكتروني، الاسم الأول، الاسم، البريد الإلكتروني
* مستلمو الحملات (البريد الإلكتروني، أرقام الهواتف)
* سلاسل اتصال SQL (ConnectionStrings)
* كلمات مرور Active Directory
* كلمات مرور إعدادات النظام / مفاتيح API

{% hint style="danger" %}
كن حريصًا جدًا مع تشفير البيانات، فبمجرد تشفير البيانات لا يمكن فك تشفيرها إذا فقدت مفتاح التشفير. &#x20;
{% endhint %}

&#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.ngsurvey.com/ar/data-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.
