WP Manifestindependent plugin directory
manifest / developer / acf-encrypted-password

Advanced Custom Fields: Encrypted Password

A simple ACF field to use in place of the default Password field to encrypt the password stored in the database using PHP 5.5's password_hash.

by Log1x · github.com/log1x/acf-encrypted-password · website

10stars
280composer 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/log1x/acf-encrypted-password/archive/refs/heads/master.zip

Also on Packagist as log1x/acf-encrypted-password:

composer require log1x/acf-encrypted-password

From the readme

ACF Encrypted Password This is a simple ACF field to use in place of the default Password field to encrypt the password stored in the database using PHP 5.5's passwordhash() function. Requirements PHP = 7 ACF = 5 Installation Usage You can verify the password using PHP 5.5's passwordverify() function like so:

Read the full README on GitHub →

Releases

TagPublished
v1.0.3 Jul 4, 2019

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.