Hi,
I have a bcrypt hash generated by another tool and I'm trying to validate it using this lib but it fails.
Here the hash: "$2y$10$F8zHvHjvjEvBEzdYewq48up1vy3bQSnmvguCr5X49CR90.QYq6iqi"
and here the plain pwd: "210319".
I can validate it using online tool: https://bcrypt-generator.com/
Hi,
I have a bcrypt hash generated by another tool and I'm trying to validate it using this lib but it fails.
Here the hash: "$2y$10$F8zHvHjvjEvBEzdYewq48up1vy3bQSnmvguCr5X49CR90.QYq6iqi"
and here the plain pwd: "210319".
I can validate it using online tool: https://bcrypt-generator.com/