From ddb88456e5fc40be5d4a5039261e8c188cb9dcc9 Mon Sep 17 00:00:00 2001 From: Joshua Beretta Date: Wed, 6 Apr 2022 09:38:32 -0700 Subject: [PATCH] last updated --- source/is_my_data_safe.md | 13 +++++++------ source/recently_updated.md | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/source/is_my_data_safe.md b/source/is_my_data_safe.md index 802824e5..e7518a23 100644 --- a/source/is_my_data_safe.md +++ b/source/is_my_data_safe.md @@ -1,5 +1,5 @@ # KoboToolbox data security measures: Keeping your data safe -**Last updated:** 5 Apr 2022 +**Last updated:** 6 Apr 2022 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 @@ -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** @@ -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. @@ -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** diff --git a/source/recently_updated.md b/source/recently_updated.md index 838283c6..ef0c1409 100644 --- a/source/recently_updated.md +++ b/source/recently_updated.md @@ -1,7 +1,8 @@ # Recently updated Support Articles -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) @@ -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)