Download the PHP package hirasso/acf-crypt without Composer
On this page you can find all versions of the php package hirasso/acf-crypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hirasso/acf-crypt
More information about hirasso/acf-crypt
Files in hirasso/acf-crypt
Package acf-crypt
Short Description Protect sensitive data in your ACF fields using encryption 🔐
License GPL-2.0-or-later
Informations about the package acf-crypt
acf-crypt
Protect sensitive data in your ACF fields using state of the art encryption 🔐
Installation
Via Composer (recommended):
-
Install the plugin:
- Activate the plugin manually or using WP CLI:
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.