Jump to content
Tuts 4 You

[Crack/Keygen Me] Lets test my login system


Onlykl

Recommended Posts

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


Link to comment
Share on other sites

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...