Samples for Protecting Sensitive Data in Event-Sourced Systems with Crypto Shredding #9
oskardudycz
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Protecting Sensitive Data in Event-Sourced Systems with Crypto Shredding
This sample is showing an example of using the Crypto Shredding pattern with EventStoreDB. This can be a solution for handling, e.g. European General Data Protection Regulation.
Read more in the Diego Martin article "Protecting Sensitive Data in Event-Sourced Systems with Crypto Shredding".
Description
System.Security.Cryptography
library with AES algorithm to encrypt and decrypt events' data.Other changes:
Updated the CI configuring for showing test results to:
Unfortunately, that part is only to be verified once it's merged because of how GH is running the workflow triggers (the workflow file has to be on the main branch already).
See the source codes: https://github.com/EventStore/samples/tree/main/Crypto_Shredding/.NET and Pull Request.
This discussion was created from the release Samples for Protecting Sensitive Data in Event-Sourced Systems with Crypto Shredding.
Beta Was this translation helpful? Give feedback.
All reactions