Password4j / password4j

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 implementations follow the standards and have been reviewed to perform better in the JVM.
https://password4j.com
Apache License 2.0
355 stars 26 forks source link

Make Password4j generate secure passwords #47

Open firaja opened 3 years ago

ghost commented 2 years ago

This is not a bug report. This is a question about your use of Argon2.

Argon2 in your app, this implementation is 100% Java, it does not require interoperability with C++?

firaja commented 2 years ago

This is not a bug report. This is a question about your use of Argon2.

Argon2 in your app, this implementation is 100% Java, it does not require interoperability with C++?

Hi @ndavilam85 yes all the implementations do not rely on JNI and they are 100% Java.