Skip to content

WordPress plugin to implement secure Argon2 hashed passwords

License

Notifications You must be signed in to change notification settings

webona/wp-password-argon2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wp-password-argon

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.