All collected data (data donations and questionnaire responses) are encrypted and stored securely by default.
For projects handling highly sensitive information (e.g., health records),
you can add an extra layer of protection by encrypting data with a password only you know.
Before enabling, note that:
- You must enter the password each time you access the data
- Questions cannot reference donated data
- This setting cannot be changed after project creation
- There is no way of resetting your encryption password in the case you loose it
Most projects do not need this option.
{% include "ddm_core/form_components/_checkbox_toggle_field.html" with field=form.super_secret %}
{% include "ddm_core/form_components/_basic_field.html" with field=form.project_password %}
{% include "ddm_core/form_components/_basic_field.html" with field=form.project_password_confirm %}