ACF Crypt
Protect sensitive data in your ACF fields using encryption 🔐
★ 1stars
22composer installs
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/hirasso/acf-crypt/archive/refs/heads/main.zipAlso on Packagist as hirasso/acf-crypt:
composer require hirasso/acf-cryptDeclares an update source (hirasso/acf-encrypt), so updates arrive through the plugin's own updater.
From the readme
acf-crypt
Protect sensitive data in your ACF fields using state of the art encryption 🔐
Installation
Via Composer (recommended):
1. Install the plugin:
1. Activate the plugin manually or using WP CLI:
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
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.