PHPackages                             log1x/acf-encrypted-password - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. log1x/acf-encrypted-password

ActiveWordpress-plugin

log1x/acf-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.

v1.0.3(6y ago)10280MITPHPPHP &gt;=7

Since Sep 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Log1x/acf-encrypted-password)[ Packagist](https://packagist.org/packages/log1x/acf-encrypted-password)[ Docs](https://github.com/log1x/acf-encrypted-password)[ RSS](/packages/log1x-acf-encrypted-password/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (5)Used By (0)

ACF Encrypted Password
======================

[](#acf-encrypted-password)

[![Packagist](https://camo.githubusercontent.com/a142f03479026ee952304b4ed7fab2dfaa0d2ae39eb0caca7bc874223ed65796/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6f6731782f6163662d656e637279707465642d70617373776f72642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/log1x/acf-encrypted-password)[![Packagist Downloads](https://camo.githubusercontent.com/b7c68ac2d0d7bd67dc3cee9d299ef84463a74c7700c268d888247235e44b194d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6f6731782f6163662d656e637279707465642d70617373776f72642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/log1x/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 `password_hash()` function.

Requirements
------------

[](#requirements)

- PHP &gt;= 7
- ACF &gt;= 5

Installation
------------

[](#installation)

```
$ composer require log1x/acf-encrypted-password
```

Usage
-----

[](#usage)

You can verify the password using PHP 5.5's `password_verify()` function like so:

```
$input = $_GET['password'];
$hash  = get_field('password');

if (password_verify($input, $hash)) {
  echo 'Correct';
} else {
  echo 'Incorrect';
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~223 days

Total

4

Last Release

2501d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5745907?v=4)[Brandon](/maintainers/Log1x)[@Log1x](https://github.com/Log1x)

---

Top Contributors

[![Log1x](https://avatars.githubusercontent.com/u/5745907?v=4)](https://github.com/Log1x "Log1x (8 commits)")

---

Tags

acfcustomfieldswordpresswordpress-pluginwordpressacfacf-field

### Embed Badge

![Health badge](/badges/log1x-acf-encrypted-password/health.svg)

```
[![Health](https://phpackages.com/badges/log1x-acf-encrypted-password/health.svg)](https://phpackages.com/packages/log1x-acf-encrypted-password)
```

###  Alternatives

[log1x/acf-editor-palette

A replica Gutenberg color picker field for Advanced Custom Fields.

100284.1k](/packages/log1x-acf-editor-palette)[hellonico/acf-country

A country field for ACF.

12193.2k](/packages/hellonico-acf-country)[log1x/acf-phone-number

A real ACF phone number field.

12072.5k](/packages/log1x-acf-phone-number)[samrap/acf-fluent

A fluent interface for the Advanced Custom Fields WordPress plugin

28656.0k4](/packages/samrap-acf-fluent)[devgeniem/acf-codifier

ACF Codifier

133215.1k19](/packages/devgeniem-acf-codifier)[folbert/fewbricks

Write code to create fields and more for Advanced Custom Fields

1195.9k](/packages/folbert-fewbricks)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
