{"id":15687788,"url":"https://github.com/log1x/acf-encrypted-password","last_synced_at":"2025-10-14T04:46:55.096Z","repository":{"id":57015505,"uuid":"102172375","full_name":"Log1x/acf-encrypted-password","owner":"Log1x","description":"A better ACF Password Field that is encrypted using bcrypt.","archived":false,"fork":false,"pushed_at":"2019-07-04T10:18:08.000Z","size":8,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-15T02:54:16.603Z","etag":null,"topics":["acf","custom","fields","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Log1x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-02T04:23:53.000Z","updated_at":"2025-02-15T23:04:00.000Z","dependencies_parsed_at":"2022-08-22T09:30:36.140Z","dependency_job_id":null,"html_url":"https://github.com/Log1x/acf-encrypted-password","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Log1x/acf-encrypted-password","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Facf-encrypted-password","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Facf-encrypted-password/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Facf-encrypted-password/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Facf-encrypted-password/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Log1x","download_url":"https://codeload.github.com/Log1x/acf-encrypted-password/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Facf-encrypted-password/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017930,"owners_count":26086213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acf","custom","fields","wordpress","wordpress-plugin"],"created_at":"2024-10-03T17:51:06.166Z","updated_at":"2025-10-14T04:46:55.049Z","avatar_url":"https://github.com/Log1x.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ACF Encrypted Password\n\n[![Packagist](https://img.shields.io/packagist/v/log1x/acf-encrypted-password.svg?style=flat-square)](https://packagist.org/packages/log1x/acf-encrypted-password)\n[![Packagist Downloads](https://img.shields.io/packagist/dt/log1x/acf-encrypted-password.svg?style=flat-square)](https://packagist.org/packages/log1x/acf-encrypted-password)\n\nThis 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.\n\n## Requirements\n\n* PHP \u003e= 7\n* ACF \u003e= 5\n\n## Installation\n\n```bash\n$ composer require log1x/acf-encrypted-password\n```\n\n## Usage\n\nYou can verify the password using PHP 5.5's `password_verify()` function like so:\n\n```php\n$input = $_GET['password'];\n$hash  = get_field('password');\n\nif (password_verify($input, $hash)) {\n  echo 'Correct';\n} else {\n  echo 'Incorrect';\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flog1x%2Facf-encrypted-password","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flog1x%2Facf-encrypted-password","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flog1x%2Facf-encrypted-password/lists"}