Hash String
Inputs: text, algorithm, salt → Output: hash.
Bcrypt Hash
Inputs: text, salt, rounds → Output: bcrypt hash.
Create hashes with MD5, SHA1, SHA2, SHA3, or bcrypt
Inputs: text, algorithm, salt → Output: hash.
Inputs: text, salt, rounds → Output: bcrypt hash.