The Ultimate Guide to Password Hashing in Okta

The Ultimate Guide to Password Hashing in Okta

An in-depth guide that uses live Python examples to show how to hash passwords into a format that Okta recognizes.

Jérémie Poisson

Hi, I’m looking for same bcrypt algo in Java.

Nothing on web works

Henrique Pacheco

Are you really need bcrypt? If ok to use argon2 it would be better (as OWASP Cheat Sheet recommends) and I assure you that ‘de.mkammerer’ version works very well.

Brian Demers

Bcrypt uses a different, base64 alg, take a look at this example:
https://github.com/apache/s…