https://github.com/webona/wp-password-argon2
WordPress plugin to implement secure Argon2 hashed passwords
https://github.com/webona/wp-password-argon2
argon2 wordpress wordpress-plugin
Last synced: about 2 months ago
JSON representation
WordPress plugin to implement secure Argon2 hashed passwords
- Host: GitHub
- URL: https://github.com/webona/wp-password-argon2
- Owner: webona
- License: mit
- Created: 2018-09-10T06:03:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T12:17:48.000Z (almost 4 years ago)
- Last Synced: 2025-04-23T21:15:50.695Z (about 1 year ago)
- Topics: argon2, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# wp-password-argon
## Thanks
Inspired by [roots/wp-password-bcrypt](https://github.com/roots/wp-password-bcrypt) – thank you very much guys!
## Requirements
* PHP >= 7.2
## Installation
This plugin is a Composer library so it can be installed in a few ways:
#### Composer Autoloaded
`composer require webona/wp-password-argon`
`wp-password-argon.php` file will be automatically autoloaded by Composer and it *won't* appear in your plugins.
#### Manually as a must-use plugin
If you don't use Composer, you can manually copy `wp-password-argon.php` into your `mu-plugins` folder.