webona/wp-password-argon

WordPress plugin replacing password functions using Argon2

v1.0.3 2022-09-12 12:17 UTC

This package is auto-updated.

Last update: 2024-05-12 15:46:27 UTC


README

Thanks

Inspired by 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.