hirasso / acf-crypt
Protect sensitive data in your ACF fields using encryption 🔐
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=8.2
- defuse/php-encryption: ^2.4
Requires (Dev)
- brianhenryie/strauss: ^0.19.2
- friendsofphp/php-cs-fixer: ^3.59
- symfony/var-dumper: ^7.1
README
Protect sensitive data in your ACF fields using state of the art encryption 🔐
Installation
Via Composer (recommended):
- Install the plugin:
composer require hirasso/acf-crypt
- Activate the plugin manually or using WP CLI:
wp plugin activate acf-crypt
Manually:
- Download and extract the plugin
- Copy the
acf-crypt
folder into yourwp-content/plugins
folder - Activate the plugin via the plugins admin page – Done!
- Handle updates via afragen/git-updater
Setup
Upon activation, the plugin will display a unique encryption key for you to store in your wp-config.php
:
Important
If you loose this key, the values stored in encrypted fields won't be recoverable. Make sure to store it safely.
Usage
Activate the option "Encrypt this field" for any text field in your field group settings:
The field's value will now be encrypted in your database:
Disclaimer
This plugin is provided "as-is" without any express or implied warranty. While efforts have been made to ensure the functionality of this plugin, I take no responsibility for any damage, data loss, or issues that arise from its use. By using this plugin, you acknowledge that you do so at your own risk, and you are solely responsible for any consequences that result from its use, including any legal or regulatory compliance. It is recommended that you backup your database and test the plugin in a safe environment before applying it to a live site.