jakartaee / jakartaee/security

Argon2id Password Hash

Open
#370 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
66
Forks
43
PR merge metrics
No merged PRs in 30d

Description

The [PasswordHash](https://jakarta.ee/specifications/platform/11/apidocs/jakarta/security/enterprise/identitystore/passwordhash) interface has only 1 "concrete" algorithm: [Pbkdf2PasswordHash](https://jakarta.ee/specifications/platform/11/apidocs/jakarta/security/enterprise/identitystore/pbkdf2passwordhash) (it is the only algorithm provided by the Java Platform). The JDK is bringing Argon2id to preview in JDK 27: https://bugs.openjdk.org/browse/JDK-8377081 (JEP: https://openjdk.org/jeps/8377081). For the same reasons outlined in the JEP, it would be beneficial for JakartaEE to provide this implementation.

While it will only be previewed in JDK 27, it's good to start looking at the Jakarta integration.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the PasswordHash and Pbkdf2PasswordHash API links, then review the referenced JDK 27 Argon2id issue and JEP. Done means Jakarta Security provides and integrates an Argon2id PasswordHash implementation, but the issue does not name repository files or tests to guide the work.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
authentication, security
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.