acf-crypt

Protect sensitive data in your ACF fields using encryption πŸ”

Downloads
1
Stars
1

acf-crypt

Protect sensitive data in your ACF fields using state of the art encryption πŸ”

Installation

Via Composer (recommended):

  1. Install the plugin:
composer require hirasso/acf-crypt
  1. Activate the plugin manually or using WP CLI:
wp plugin activate acf-crypt

Manually:

  1. Download and extract the plugin
  2. Copy the acf-crypt folder into your wp-content/plugins folder
  3. Activate the plugin via the plugins admin page – Done!
  4. 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.