Hello, Bcrypt hashes can be prefixed by `$2b$`. Source: [wikipedia](https://en.wikipedia.org/wiki/Bcrypt#Versioning_history) For example hashes like `$2b$10$Ty6z.p2lAZjVZU/wFG3YT.B0R8rTak4YkSEECD2gupfSFKjvQwc16` are not recognized as bcrypt hash by **hashid**. Regex can be fixed by adding the `b` inside.