A blockchain application must comply with GDPR's right to erasure. Which architectural approach best satisfies this requirement without breaking chain immutability?
-
A
Store personal data directly in transaction payloads
-
B
Store only a hash on-chain while keeping personal data in an erasable off-chain store
-
C
Encrypt personal data with a key that cannot be deleted
-
D
Use a private blockchain so data can be edited retroactively