TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How is your company preparing for GDPR?

8 pointsby ktaubeover 7 years ago

2 comments

ptypeover 7 years ago
Trying to limit both the probability of a data breach happening and the severity of it should it still happen, e.g.:<p>1. Enforcing FileVault etc. on company laptops. 2. Internal storage: Reviewing servers&#x27; security, limit duplication of sensitive data, review access control 3. Checking external dependencies: where do third parties store data? E.g. Dropbox is not GDPR compliant yet[0], they are cutting it fine. 4. Enforcing 2FA. 5. Ensuring we have an audit trail of having assessed the GDPR impact.<p>[0] <a href="https:&#x2F;&#x2F;www.dropbox.com&#x2F;help&#x2F;security&#x2F;general-data-protection-regulation" rel="nofollow">https:&#x2F;&#x2F;www.dropbox.com&#x2F;help&#x2F;security&#x2F;general-data-protectio...</a>
iendsover 7 years ago
Currently product managers and some dev leads are currently working with our legal teams to build requirement epics around GDPR to be worked on very early next year by development teams.<p>About a year ago we had a big push to be fully HIPAA compliant, so we&#x27;re following a similar process. Luckily, we are hosted on Amazon and already &quot;do the right thing&quot; in terms of encrypting PII and storing it in the closest AWS region, so hopefully it&#x27;s not too much of a huge lift.