The iOS SDK and the Personal Health Data Platform
Table of Contents
The iOS SDK and the Personal Health Data Platform
This section gives an overview of how you manage data with the data4life Personal Health Data Platform (PHDP).
Encrypting and decrypting your data
The data4life SDK automatically handles data encryption. The data4life Personal Health Data Platform uses a privacy by design approach, optimizing for the strictest possible privacy-preserving settings. As an integrator, only you have access to the data that your application sends to the platform.
Client-side encryption lays in the hands of the integrator application, so you are responsible for providing a proper storage. |
Providing local data storage and encryption
data4life doesn’t offer any client-side data storage solution. You can use the following:
-
Realm as an encrypted database
-
CryptoSwift for general-purpose encryption
Save the cryptographic keys to the Keychain on the phone of the user.