Jump to content
Tuts 4 You

[Crack/Keygen Me] Lets test my login system


Recommended Posts

Posted

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

Posted

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


Posted

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

  • Like 5

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...