[Help] C# With MySQL(Blowfish Hashing)
#1

I'm trying to create a a program that will login using Username and Password from my SQL Database.
The accounts are created using the website, however I want to login using my 3rd party app.
This is the Code I have, using BCrypt.Net
http://pastebin.com/YDppTgst

If I use the actual password(Testing is 021495) It states invalid password, although the console reads it's a match.
But if I type in the hashed password that you see in MySQL, EX: $2$1049583SH5SKDIE etc. It logs in perfectly fine.
I'm apparently missing a key step.
Reply


Messages In This Thread
[Help] C# With MySQL(Blowfish Hashing) - by Lynn - 14.08.2016, 22:43
Re: [Help] C# With MySQL(Blowfish Hashing) - by Gammix - 14.08.2016, 23:04
Re: [Help] C# With MySQL(Blowfish Hashing) - by Lynn - 15.08.2016, 00:21
Re: [Help] C# With MySQL(Blowfish Hashing) - by BlackBank - 15.08.2016, 16:40
Re: [Help] C# With MySQL(Blowfish Hashing) - by Lynn - 09.09.2016, 17:06

Forum Jump:


Users browsing this thread: 2 Guest(s)