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

https://github.com/jpkcom/jpkcom-argon2

Enables ARGON2ID for password hashes.
https://github.com/jpkcom/jpkcom-argon2

word wordpress-plugin wordpress-security

Last synced: about 1 month ago
JSON representation

Enables ARGON2ID for password hashes.

Awesome Lists containing this project

README

          

# JPKCom Enable Argon2

**Plugin Name:** JPKCom Enable Argon2
**Plugin URI:** https://github.com/JPKCom/jpkcom-argon2
**Description:** Enables ARGON2ID for password hashes.
**Version:** 2.0.1
**Author:** Jean Pierre Kolb
**Author URI:** https://www.jpkc.com
**Contributors:** JPKCom
**Tags:** Security, Encryption, Password, WordPress, Argon2
**Requires at least:** 6.8
**Tested up to:** 6.8
**Requires PHP:** 8.3
**Network:** true
**Stable tag:** 2.0.1
**License:** GPL-2.0+
**License URI:** http://www.gnu.org/licenses/gpl-2.0.txt

Enables ARGON2ID for password hashes.

## Description

Enables ARGON2ID for password hashes.

For more details visit: https://make.wordpress.org/core/2025/02/17/wordpress-6-8-will-use-bcrypt-for-password-hashing/

## Installation

1. In your admin panel, go to 'Plugins' > and click the 'Add New' button.
2. Click Upload Plugin and 'Choose File', then select the Plugin's .zip file. Click 'Install Now'.
3. Click 'Activate' to use the plugin right away.

## Changelog

### 2.0.1
* Fix Stable tag

### 2.0.0
* Added README.md
* Plugin meta data update

### 1.0.0
* Initial Release