Password4j

Password4j is a user-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various cryptographic hash functions.

License

License

Categories

Categories

Password4j Security
GroupId

GroupId

com.password4j
ArtifactId

ArtifactId

password4j
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

Password4j
Password4j is a user-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various cryptographic hash functions.
Project URL

Project URL

https://password4j.com/
Source Code Management

Source Code Management

https://github.com/Password4j/password4j

Download password4j

How to add to project

<!-- https://jarcasting.com/artifacts/com.password4j/password4j/ -->
<dependency>
    <groupId>com.password4j</groupId>
    <artifactId>password4j</artifactId>
    <version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.password4j/password4j/
implementation 'com.password4j:password4j:1.6.0'
// https://jarcasting.com/artifacts/com.password4j/password4j/
implementation ("com.password4j:password4j:1.6.0")
'com.password4j:password4j:jar:1.6.0'
<dependency org="com.password4j" name="password4j" rev="1.6.0">
  <artifact name="password4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.password4j', module='password4j', version='1.6.0')
)
libraryDependencies += "com.password4j" % "password4j" % "1.6.0"
[com.password4j/password4j "1.6.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.36
org.apache.commons : commons-lang3 jar 3.12.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.
com.password4j

Password4J

Versions

Version
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.2