C
C#•5d ago
Barroso

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
No description
10 Replies
Angius
Angius•5d ago
What's the error and what's the library?
Barroso
BarrosoOP•5d ago
CS0234: The type or namespace name does not exist in the namespace (are you missing an assembly reference?)
No description
Angius
Angius•5d ago
Right, what's the library though
Lex Li
Lex Li•5d ago
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.
Barroso
BarrosoOP•5d ago
i not exactly following a tutorial hehe
No description
Barroso
BarrosoOP•5d ago
i ask deepseek how to safe a password with hash and verify
Lex Li
Lex Li•5d ago
Then that can be a dead end. AI models have their hallucination, https://en.wikipedia.org/wiki/Hallucination_(artificial_intelligence)
Barroso
BarrosoOP•5d ago
😦 Maybe using SecureString can work?
Barroso
BarrosoOP•5d ago
Is working now thank you guys
No description

Did you find this page helpful?