Secure Password Hashing (PBKDF2) with CrococryptLib
In this tutorial, we demonstrate how CrococryptLib can be easily used to implement secure password hashing into Java applications. This applies to Web applications and Java-based Desktop applications (e.g., Swing, AWT, SWT/RCP, JavaFX), but also database and backend applications as well as Android apps. You just need to have a little bit of Java knowledge to apply this solution, no cryptography know-how is necessary to securely integrate secure password hashing into your own application. CrococryptLib is following PBKDF2 from the security standard PKCS#5: