password4j icon indicating copy to clipboard operation
password4j copied to clipboard

Java cryptographic library that supports Argon2, bcrypt, scrypt and PBKDF2 aimed to protect passwords in databases. Easy to use by design, highly customizable, secure and portable. All the implementat...

Results 15 password4j issues
Sort by recently updated
recently updated
newest added

type: enhancement
priority: medium
status: confirmed

**Describe the bug** i have implemented Password Encryption with [password4j/Argon2] . - Successfully Encrypted password - Password validation not working, always showing false. **To Reproduce** #Step1#: Encryption Hash hash=Password.hash(userEnteredPassword).addSalt(salt).addPepper(pepper).withArgon2(); #Step2#:...

status: wont do/fix
priority: medium
type: question

Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 2.9.1 to 3.6.2. Release notes Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases. 3.6.2 🐛 Bug Fixes [MJAVADOC-716] - Fix stale files detection failing because of the newline (#144) @​gnodet [MJAVADOC-713]...

type: enhancement
priority: low
status: confirmed

Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.9 to 0.8.11. Release notes Sourced from org.jacoco:jacoco-maven-plugin's releases. 0.8.11 New Features JaCoCo now officially supports Java 21 (GitHub #1520). Experimental support for Java 22 class files...

type: enhancement
priority: low
status: confirmed

Balloon hashing ([Wikipedia](https://en.wikipedia.org/wiki/Balloon_hashing)), is similar to Argon2, which has proven memory-hardness properties. But it claims to match the performance of similar algorithms. It seems easy to implement. And it is...

priority: medium
status: confirmed
type: feature request

Bumps org.slf4j:slf4j-simple from 2.0.7 to 2.0.9. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-simple&package-manager=maven&previous-version=2.0.7&new-version=2.0.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

type: enhancement
priority: low
status: confirmed

Bumps org.slf4j:slf4j-api from 2.0.7 to 2.0.9. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-api&package-manager=maven&previous-version=2.0.7&new-version=2.0.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

type: enhancement
priority: low
status: confirmed

**Is your feature request related to a problem? Please describe.** com.password4j.Utils uses java.security.AccessController (at line 508) With JDK17, java.security.AccessController is deprecated and marked for removal. https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/security/AccessController.html .... this is in...

priority: low
status: needs information
type: discussion

Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.0. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.13.0 🚀 New features and improvements [MCOMPILER-574] - Propagate cause of exception in AbstractCompilerMojo (#232) @​slawekjaranowski [MCOMPILER-582] -...

type: enhancement
priority: low
status: confirmed