BCrypt lib functions not working
I'm learning how to do a bank login and i'm tryning to save the password by hash but this functions are not working

10 Replies
What's the error and what's the library?
CS0234: The type or namespace name does not exist in the namespace (are you missing an assembly reference?)

Right, what's the library though
If you are following a toturial, then it must have certain steps on how to acquire that dependency. You cannot call a type/method without referencing it properly.
i not exactly following a tutorial hehe

i ask deepseek how to safe a password with hash and verify
Then that can be a dead end. AI models have their hallucination, https://en.wikipedia.org/wiki/Hallucination_(artificial_intelligence)
😦
Maybe using SecureString can work?
https://learn.microsoft.com/en-us/dotnet/fundamentals/runtime-libraries/system-security-securestring
System.Security.SecureString class - .NET
Learn about the System.Security.SecureString class.
Is working now thank you guys
