I need help with an application
In particular im trying to make an application , with a login page , where you need to put a key in , after you press login and it should automatically verify if the key is in a database or not , and depending on case it should tell Valid Key or Invalid key , but i have problem in checking if the key is valid or not , because the key is indeed in the database , but everytime the application says key invalid
6 Replies
Pastebin
IdkHelpMe - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
here you can check the code
lmk if i missed something and what i was doing wrong
you dont just put your database queries into the app
alrigth ill try
you need to make it an API
note that this also isnt very secure as people could just intercept the request and tell the application the license is valid
there are lots of ways to making a key validation
alright if there are more secure i would like to know them , could you tell me how to?