dathoangnd / truedevtools.com

All-in-one Toolkit for Developers
https://truedevtools.com
39 stars 0 forks source link

[Feature Request] Add BCrypt encryption and verification #5

Closed davidetestoni closed 4 months ago

davidetestoni commented 4 months ago

Hello,

First of all, you did an awesome job!

I often find myself using BCrypt as a password hashing algorithm. When I need to register new users manually in the database while developing the backend, I need to use BCrypt from one of the tools I find online. They also usually allow specifying the number of rounds of encryption to perform.

Would you please consider adding it to the set of tools?

Thank you!

dathoangnd commented 4 months ago

@davidetestoni bcrypt tool is now supported. Cheer!

Screenshot 2024-05-06 at 05 46 05

davidetestoni commented 4 months ago

Thank you so much! Have a wonderful week 😃

dathoangnd commented 4 months ago

You as well.