Hello everyone.
So I have started working on login system, yeah yet another mysql login system, boring right?
Well, i made it 'little advanced' not quite like adding mysql data library make username box and pw and ta da I want to share with you my login system.. No no no, this is way different as i can say.
Well first of all im not using mysql data librabry, then how is it mysql login system?!
I am using php scripts as backend for mysql database handling.
but still its not quite really really safe login system. i mean if someone decide to decompile app cant get mysql details info which is good since they are stored in php script not in application.
But still it has cases which i don't have idea how to solve, maybe someone will get better idea and help out!
Here are screens:
http://screencast.com/t/BXpXG47GVr
http://screencast.com/t/smMbVfwmrP5
Cases i was talking about:
http://screencast.com/t/4sQ7dp6rpj
Data are keept in MySQL Database over PHP Backend Scripts:
http://screencast.com/t/NibtmO9X2BmT
Here is .exe if anyone want to test:
https://www.mediafire.com/?3ozsb01p1mzy0e2
Now would anyone like to help me on this project and make it better?