Skip to content

basileroutier/argon2-implementation-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Argon2 Implementation In Java

Argon2 is a library allowing to hash passwords in a robust way. The proposed implementation is used with Castle for Spring (but can be used in Java if needed) to use Argon2.

Why use Argon2 ?

Argon2 is modern ASIC-resistant and GPU-resistant secure key derivation function. It has better password cracking resistance (when configured correctly) than PBKDF2, Bcrypt and Scrypt (for similar configuration parameters for CPU and RAM usage). Link: https://cryptobook.nakov.com/mac-and-key-derivation/argon2#:~:text=%E2%80%8BArgon2%20is%20modern%20ASIC,for%20CPU%20and%20RAM%20usage).

Enjoy :)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages