Service that generates hashes and checks text against hashes for you.
(using PHP 8.2.25)
Enter a text (e.g. a password) and we will hash it for you.
Enter a text (e.g. a password) and a hash and we will check if it's a match.
Press "esc" to clear and reset.
Permission is hereby granted, free of charge, to any person to use this particular service, webpage and API, in a reasonable way and extend for commercial and non-commercial purposes.
THE SERVICE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SERVICE OR THE USE OF IT.
You can also use our service for your application (if it can't generate a secure hash by itself). Just make a http-request and we send you the hash back.
You can also let our API check if a text and a hash are matching or not.
You should always set an "Accept" header to "application/json" so that the API returns also uncommon error messages in JSON-format.
Since FileMaker is one the platforms that cannot create bcrypt hashes by itself, without a plugin that is, we created a simple user management app for you to incorporate this service into your solution.
It demonstrates