Protecting your data

Data Encryption

Data security is of the utmost important to LiveCloud. Both on our servers, and locally in your application, the LiveCloud team strives to make your data as secure as possible. Encryption is done with the AES-256 cipher, which is considered the gold star standard for encryption.
Local data in LiveCloud is encrypted on a per-user basis and is only accessible by the individual user of your app. No one else can access that user’s data unless they have the user’s email and password.
In the cloud, LiveCloud encrypts all disk-stored data so there is no naked data there to be accessed.
Finally, in your code, LiveCloud uses hash authentication to make sure no modified code libraries are loaded into your application.