Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Extends JCA with Argon2, scrypt and bcrypt

License

NotificationsYou must be signed in to change notification settings

Password4j/password4j-jca

logo

BuildMaven CentralJava 9 or higherPassword4j 1.6.0

Quality Gate StatusSecurity RatingReliability RatingMaintainability RatingCoverage

This module extends the JCA (Java Cryptography Library) withArgon2,bcrypt andscrypt. It is entirely based onPassword4j.

Password4jProvider.enable();SecretKeyFactoryfactory =SecretKeyFactory.getInstance("argon2");Argon2KeySpecspec =newArgon2KeySpec(password,salt,memory,iterations,parallelization,length,type,version);SecretKeykey =factory.generateSecret(spec);byte[]hash =key.getEncoded();

Installation

Password4j-jca runs onJava 9 or higher versions by any vendor.

The artifacts are deployed toMaven Central.

Maven Maven

Add the dependency of the latest version to yourpom.xml:

<dependency>    <groupId>com.password4j</groupId>    <artifactId>password4j-jca</artifactId>    <version>1.0.5</version></dependency>

Contributing

GitHub issuesGitHub closed issues

Please readCONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

SemVer 2.0.0

We useSemVer for versioning.

For the versions available, see thereleases on this repository.

Authors

GitHub contributors

  • David Bertoldi -Main Maintainer -firaja

See also the list ofcontributors who participated in this project.

License

License

This project is licensed under the Apache License 2.0 License - see theLICENSE file for details

Changelog

GitHub Release Date

See theCHANGELOG.md file for a more detailed description of each release.

Sponsor this project

    Contributors2

    •  
    •  

    [8]ページ先頭

    ©2009-2025 Movatter.jp