Support Forums
Authentication Questions? - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: Authentication Questions? (/showthread.php?tid=1529)



Authentication Questions? - Cppsean - 10-14-2009

Alright say you got a program.

EX) PROGRAM STRUCTURE

USER:
LOGIN:

If( CORRECT )

Now youre logged into the control center, you can turn you're other pcs
off and stuff, now what im a wondering is like the data to turn the other
computers off inside the Program, like if you were to debug it, could you find the commands to turn the other computers off, do a simple Assembly Jump
Command over the authentication and go straight to the control center, how
would you make it so that it would like update the server info, explain
what is needed in the program so people REALLY have to authenticate
and even if they do a JMP over the Authentication they cant just start controlling?


RE: Authentication Questions? - dunlop03 - 11-05-2009

Your looking for an advanced login system right ?