Bcrypt
Hash and compare text string using bcrypt. Bcrypt is a password-hashing function based on the Blowfish cipher.
How to Use
- 1Select an operation mode: Hash (generate hash) or Verify (compare text against a hash).
- 2Enter your text in the input box.
- 3If in verify mode, enter the bcrypt hash to compare against.
- 4Adjust salt rounds to increase security.
- 5Click the execute button and see the result.
Configuration
Higher = more secure, but slower