Earlier quoted context omitted.
I am no expert on GDPR or security, but wouldn't a simple "PII to Cryptologically Secure Hash" solution work for some of this? The PII would possibly need to be accessed piecemeal while the account is active, so hashing is not appropriate alone, but once the account is deleted you could store a user's hash (or partial hash, made from only truly unique info or info combos) since it cannot be reconstituted and contains…
this doesn't cut it. someone could take a list of email addresses, hash them, and then reidentify the dataset. hashing buys you nothing from a gdpr/ccpa compliance perspective, storing the hash is seen as no different from storing the pii itself. it really only makes things harder because it becomes more difficult to find where all the pii is when someone submits a request for you to return or delete their data.
Show HN: Databunker – a GDPR compliant, secure storage for personal data (PII)
31–35 of 35 posts
Re: Show HN: Databunker – a GDPR compliant, secure storage for personal data (PII)
#32Earlier quoted context omitted.
this doesn't cut it. someone could take a list of email addresses, hash them, and then reidentify the dataset. hashing buys you nothing from a gdpr/ccpa compliance perspective, storing the hash is seen as no different from storing the pii itself. it really only makes things harder because it becomes more difficult to find where all the pii is when someone submits a request for you to return or delete their data.
Do you have a source for this? I thought for the gdpr it was enough that data is not easily accessible. For example, it is not necessary to delete PII from backups unless they can be automatically restored (and are reasonably encrypted). Hashing PII thus falls under this category.
Re: Show HN: Databunker – a GDPR compliant, secure storage for personal data (PII)
#33Earlier quoted context omitted.
The law is quite readable, and the various Data Protection Agencies (country-specific regulators) have provided more concrete guidance. If you're setting up a website that takes a restrained approach to personal data, you don't necessarily need an attorney.
Databunker turns basically any startup to be privacy by design compliant.
Re: Show HN: Databunker – a GDPR compliant, secure storage for personal data (PII)
#34A user-token – if consistent and mappable – would, for instance, be "personal data" at least for the service provider for a storage solution such as this.
Also, like other "self-sovereign identity" and data hubs, services such as this should be very clear that the only privacy-guarantee it can practically make to its users is regarding authorization of first-party access to data. Outside of that, no technical guarantees can be made (whether we're talking caching for legitimate reasons, or sharing/selling data to partners).
Re: Show HN: Databunker – a GDPR compliant, secure storage for personal data (PII)
#35Earlier quoted context omitted.
Databunker turns basically any startup to be privacy by design compliant.
how does it address ip addresses in server logs?