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.
- Host: GitHub
- URL: https://github.com/jpkcom/jpkcom-argon2
- Owner: JPKCom
- License: gpl-2.0
- Created: 2025-02-18T12:44:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T13:22:09.000Z (about 1 year ago)
- Last Synced: 2025-12-27T03:40:56.716Z (5 months ago)
- Topics: word, wordpress-plugin, wordpress-security
- Language: PHP
- Homepage: https://www.jpkc.com/
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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