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

Are you going to let players log into this application? If so, don't use any MySQL connection in C#. Instead make a webservice that handle those things and communicates with your C# application via HTTP or any other method, because it's now possible to read your username and password from your MySQL server from the memory and/or file.
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: 1 Guest(s)