Bcrypt
Hashes run through PHP's native password_hash() (bcrypt) on our server — this one can't run client-side since bcrypt's whole design point is being too slow for a browser to brute-force efficiently. Your input is used only to compute the hash and is not logged or stored.
Bcrypt hash
Advertisement