Skip to content

Commit

Permalink
last updated
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaberetta committed Apr 6, 2022
1 parent 6850d1d commit ddb8845
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions source/is_my_data_safe.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# KoboToolbox data security measures: Keeping your data safe
**Last updated:** <a href="https://github.com/kobotoolbox/docs/blob/8672788dc576b8185853b609420a64793c57b8a0/source/is_my_data_safe.md" class="reference">5 Apr 2022</a>
**Last updated:** <a href="https://github.com/kobotoolbox/docs/blob/2536601552f15b3c212b40d3a99a3188d0d86e80/source/is_my_data_safe.md" class="reference">6 Apr 2022</a>

We take data protection very seriously. Data security means protecting our
users’ data from any threats that may exist. This article summarizes some of our
Expand All @@ -21,7 +21,8 @@ Regulation (GDPR). If you are located in the European Union,
server and network facilities, maintaining key card access control, limiting
access to only authorized personnel. For a full list of details about AWS
technical and organizational measures for physical access control,
[see this article](https://aws.amazon.com/compliance/data-center/controls/) on data center controls provided by AWS.
[see this article](https://aws.amazon.com/compliance/data-center/controls/)
on data center controls provided by AWS.

**Electronic Access Control**

Expand All @@ -30,13 +31,13 @@ Regulation (GDPR). If you are located in the European Union,
select a stronger password when applicable. Only encrypted password hashes
are stored on the KoboToolbox server, utilizing the default open-source
framework provided by Django, which uses the
[PBKDF2](https://en.wikipedia.org/wiki/PBKDF2) algorithm
with a SHA256 hash. Plain text passwords are never saved on the server.
[PBKDF2](https://en.wikipedia.org/wiki/PBKDF2) algorithm with a SHA256 hash.
Plain text passwords are never saved on the server.
- All database content is encrypted at rest (disk-level encryption).
- Data sent to the server is encrypted in transit using SHA-256 with RSA
encryption.
- Users can
[choose to also enable encryption of their project data (data-level encryption)](https://support.kobotoolbox.org/encrypting_forms.html)
[choose to also enable encryption of their project data (data-level encryption)](encrypting_forms.md)
which renders it inaccessible at all stages of data processing and requires
a private key to decrypt it locally.

Expand Down Expand Up @@ -76,7 +77,7 @@ Regulation (GDPR). If you are located in the European Union,

**Data Transfer Control**

- All data in transit is protected using SHA-256 with RSA encryption.
- All data in transit is protected using SHA-256 with RSA encryption.

**Data Entry Control**

Expand Down
4 changes: 2 additions & 2 deletions source/recently_updated.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Recently updated Support Articles

<!--This page is auto generated using the `scripts/last-updated.py` script, do not update manually-->
1. [KoboToolbox data security measures: Keeping your data safe](is_my_data_safe.md) (5 Apr 2022)
1. [KoboToolbox data security measures: Keeping your data safe](is_my_data_safe.md) (6 Apr 2022)
1. [Adding Calculations (Column Total & Row Total) and Constraints in a Matrix Question](calculations_constraints_matrix.md) (6 Apr 2022)
1. [Merging Individual Data with Roster Data through Power Query in Excel](merging_dataset_excel_power_query.md) (1 Apr 2022)
1. ["Select One" and "Select Many" question types](select_one_and_select_many.md) (28 Mar 2022)
1. [Number, Decimal and Range Question Types](number_decimal_range.md) (28 Mar 2022)
Expand All @@ -10,4 +11,3 @@
1. [Adding Skip Logic to a Matrix Question](adding_skip_to_matrix.md) (11 Mar 2022)
1. [Using the Question Options](question_options.md) (8 Mar 2022)
1. [Getting started with XLSForm](getting_started_xlsform.md) (19 Feb 2022)
1. [Overview of All Formbuilder Functions](formbuilder.md) (19 Feb 2022)

0 comments on commit ddb8845

Please sign in to comment.