With upcoming General Data Protection Regulation websites have requirements to protect data of their users..
Pseudonimization of data.
Pseudonimization is process of encrypting data with encryption algorithm to prevent access to that information by unauthorised users.
We are using ChaCha20-Poly1305 to encrypt data to allow for better compatibility for Word Press sites.
Consent trail is required to demonstrate that user has consented to processing of data.
Plugin handles cases of when subscribe is pending and when subscription is confirmed.
This is required functionality to allow user access to all of his data.
All data is set to NA.
This GDPR requirement has very big implications as the data has to be removed even from the backups.
To newsletter consent PDF creation modify the in you plugin or theme functions php to include calls to action do action ) ->format, $ip ) do action.
Read more