jargon2-api icon indicating copy to clipboard operation
jargon2-api copied to clipboard

Fluent Java API for Argon2 password hashing

Results 5 jargon2-api issues
Sort by recently updated
recently updated
newest added

Hi, I am using your library in one of my minecraft plugins and I have this error: https://pastebin.com/WppHxW6w Thanks for your help.

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Eclipse is reporting a bunch of serialization and resource leak warnings. There are 7 instances of _"The serializable class [classname] does not declare a static final serialVersionUID field of type...

Currently I'm doing the following to check if the an encoded hash/password can be verified: ```verifier.hash(encodedHash).verifyEncoded()``` Since I have different encoders (not just argon2). However this seems overkill and also...

So I'm making a plugin for Minecraft server that supports Argon2id as hashing algorithm. The issue is that in my environment i have main app that can be customize by...