Overview Currently, I use the GoogleGenerativeAI library to handle generative AI prompt generation requests in my application. Gemini promises to be a multi-modal AI model, and I'd like to enable my
Good morning everyone,i did a login system using node.js + mongodb, and I used bcrypt to encrypt the password. It encrypts fine and is stored in the database. But when I try to log in and compare the entered password with the encrypted password stored in the database, it always returns false, indicating they don't match. I've searched a lot on Stack Overflow and even tried AI, but I couldn't find a solution. If anyone knows the solution or has encountered this before, Note: I've encountered this before, and the reason was a column in a MySQL database being limited to 50 characters while it needed 500, but in this case, I couldn't figure it out because MongoDB is not MySQL."
I would suggest you console the value of "hash" , that's coming from the argument you passed through your bcrypt.hash() method. Check if the value of the hash argument is a string of the actual hashed password
Hi @everyone, Embedded World is next week and I'll be there. I will be super busy with meetings basically every 30 minutes for three days, and more meetings the Monday before, so I won't have a ton of time to check in to the server.
But, I wanted to ask, what do you want to see from the show? I'll see if I can dive deeper into your requested topics if I am meeting with related suppliers or try to stop by places that aren't on my schedule when time permits