Posted January 24, 201411 yr Hey guys i was working on my simple login system, crack it and tell me what to improve?There is no obfuscator used Easy Login System.zip
January 24, 201411 yr What is there to crack? The app can be patched yes but I'm assuming that's not what you're worried about. You want to use HTTPS to communicate with the server. You want to use a random salt when you're hashing the password before posting it. You want to loop the hashing function a few thousand times, instead of just doing it once. You don't want to let users to create passwords which are same as username. Aside from that, if you're doing SQL queries on the server, make sure you're using prepared queries. That's all I can tell you from looking at it for 5 minutes -rendari
January 24, 201411 yr Well it's easy to crack just needed to replace the startup form which is loginfrm with main. Then just patch the configs (username and pass) and the "0" by "66". Easy Login System _ crack.rar
Create an account or sign in to comment