WP Genero GDPR
Various tools for becoming GDPR compliant
★ 3stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/generoi/wp-genero-gdpr/archive/refs/heads/master.zipFrom the readme
wp-genero-gdpr
Various tools for becoming GDPR complaint
Requirements
- For encrypting gravityform submission fields you need either PHP 7.0 with the PECL libsodium extension or PHP 7.2+
Features
- Expire gravityfrom submissions (defaults to all forms with 1 year but can be changed on a per-form basis)
- Encrypt gravityform submission entries
Installation
Form submission encryption
When the plugin is first installed a key-pair is automatically generated. Follow the instructions and add the required defines to wp-config.php
If the key-pair wasn't saved you can manually generate a new key-pair by running composer run generate-keys in the plugin directory. Move the generated genero-gdpr.public.key to place and add it to wp-config.php.
WARNING! If you lose the private key and have encryption enabled it will be impossible to recover the data.
API
Development
Install dependencies
composer install
Generate a new key-pair
composer run generate-keys
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.0.1 | Jun 11, 2018 |
| v1.0.0 | May 18, 2018 |
| v1.0-alpha.2 | May 10, 2018 |
| v1.0-alpha.1 | May 8, 2018 |
| v1.0-alpha | May 8, 2018 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.