Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

security concerns around storing user data on Google App Engine

Are there any security or compliance concerns around storing user data, (name, email, address, tel) in Google App datastore?

like image 708
Ron Chan Avatar asked Sep 15 '10 08:09

Ron Chan


1 Answers

In their privacy policy Google say they adhere to the US Safe Harbor privacy principles which says:

Organizations must take reasonable precautions to protect personal information from loss, misuse and unauthorized access, disclosure, alteration and destruction.

If your application has to meet specific compliance rules that deal with storage of data then you probably can't use google app engine because you don't have control over what google do internally.

This is probably the same for other shared hosting providers.

like image 139
Adam Butler Avatar answered Sep 28 '22 03:09

Adam Butler