Is there any reliable implementation of PBKDF2-HMAC-SHA256 for JAVA?
I used to encrypting by bouncycastle but it does not provides PBKDF2WithHmacSHA256'.
I do not want to write crypto module by myself.
Could you recommend any alternative library or algorithm (if i can stick with bouncycastle)
(here are algorithms that bouncycastle supports algorithm) http://www.bouncycastle.org/specifications.html
Using BouncyCastle classes directly:
Using spongycastle (java on android)
Replace spongycastle with bouncycastle if you are using bouncycastle on java directly
It is available in Java 8: