An open API service indexing awesome lists of open source software.

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

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.