• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[ C#|.NET|PHP](OpenSource) Advanced HWID Login System with Admin Controls & Web Admin

Hyperion

Founder
I will fill in the details later today when I grab some screen shots. Basically it's like my first
hwid login example, just more advanced in control. I decided not to just release the project
as a downloaded but I gave the project it's own git repo on EmuDevs.

This project includes:
  • Client side login check
  • Admin app login with user control
  • PHP Web panel for user searching and administration
  • Detailed user information and logging


I made this opensrouce for anyone else who would like to contribute and
somewhere I can always keep it updated and add to it.

Please note the "User Control" option on the administration panel is still being worked on, but
it should still work like normal, just double check in the database.

Still working on some other bugs..


Github link: https://github.com/EmuDevs/Login-System

---Updated
Finally added some screens

jpL5B55.png


zYFkKaN.png


RyEJVdH.png


eOFeKgU.png


ZE3JvOW.png


64xnG50.png


VKyA3UL.png


mtwrP09.png


mb0pl9h.png


OX7Kasz.png


etnm24F.png


Ppk7xu6.png


EnIsT77.png



Comments and suggestions are welcome.
 

Terabyte

Enthusiast
Testing testing zero error!
Oh hello, I'm new here and I was led here by Google as I was really frustrated since the HWID control panel I tried to construct failed really badly.

Could I have a download link for the source? GitHub shows me a blank page for some reason. Your control panels are really well-made!

EDIT: IT's okay now. It was a problem with my browser and I fixed it.
 
Last edited:

uDev

Illustrious Member
Just one thing, its not secure at all if you put your mysql details into application, try to protect it in what ever way you want and compile it, you will still be able to grab mysql details, so better way is using php scripts for backends of your application :)
 

Hyperion

Founder
Just one thing, its not secure at all if you put your mysql details into application, try to protect it in what ever way you want and compile it, you will still be able to grab mysql details, so better way is using php scripts for backends of your application :)

Any idiot who doesn't protect their .NET application with any type of encryption or obfuscation in general deserves to be hacked. This login system
is for any application, it's not to be taken as an entire project. It's something for people to learn/use on their own shit.
 

uDev

Illustrious Member
Any idiot who doesn't protect their .NET application with any type of encryption or obfuscation in general deserves to be hacked. This login system
is for any application, it's not to be taken as an entire project. It's something for people to learn/use on their own shit.

Its not hacking it is decompiling and cracking :) Even if you obfuscate your app still you can track it what host is it contacting and with what informations. I'm just saying no need for hating me :)
 

Hyperion

Founder
Its not hacking it is decompiling and cracking :) Even if you obfuscate your app still you can track it what host is it contacting and with what informations. I'm just saying no need for hating me :)

Nobody is hating. "De compiling and Cracking" would be a form of hacking technically. If someone really want's in something.. they are going to get it regardless of what measures you take.
The logical thing to do would be to run a server and keep all the information on it, while the client sends packets to it. Though again, this application is for learning purposes.
 

Tommy

Founder
Its not hacking it is decompiling and cracking :) Even if you obfuscate your app still you can track it what host is it contacting and with what informations. I'm just saying.

But you're talking about every application made, even commercial programs.. Anything can be done, but this is just to learn off of, not to actually be used as a project release.
 

Tommy

Founder
Okay I'll make more secure and post it here :)

I'll still be able to decompile it and what not regardless. Nothing is secure if someone really wanted to get information, but you're bringing up something that happens to every program; however, this is just an EXAMPLE project, not an actual, release program. People can learn off of the code and make it feel like it is more secure themselves if necessary. You're just being ignorant now.
 
Top