Forum Moderators: webwork

Message Too Old, No Replies

GDPR and Web Host

         

Travis

9:53 pm on May 6, 2018 (gmt 0)

5+ Year Member Top Contributors Of The Month



As a reminder, the GDPR also introduces the concept that you are responsible of the safety of your database. Which means that you must ensure that no third parts can access your database and especially the personal information it can contain. Third parts, but also employees/co workers. For example, if all of the employee of a company, can access the database, it might not be GDPR-compliant. (all depends of what the employees are doing of course).

But, this also concerns your web host. Because, you can protect the access to your admin section with password, private key, etc... but, can your web host access the HD/SSD where your data are hosted? And does your web host guarantee that no one can access it?

In theory, your web host should give you these guarantees, that they are doing everything to keep your data confidential.

So with major hosts, they are delivering this guarantee, but with smaller hosts, it's unsure. So it's something to keep in mind.

keyplyr

11:03 pm on May 6, 2018 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



As with any data storage, websites outside the EU but who have EU visitors have 3 options.

• Store data on servers inside the EU under their jurisdiction.

• Store data on a server at a company that has Privacy Shield certification. [privacyshield.gov]

• Purge (delete) user data each day either manually or by setting up a cron job.

Check to see if your host is listed: Privacy Shield certified companies [privacyshield.gov]

Related discussion: [webmasterworld.com...]

- - -