fake_Bezawada Posted July 7, 2016 Author Report Share Posted July 7, 2016 9 minutes ago, Pichkaari said: quick question.. Json lo sql injection enti? not sure nee question ento.. Pyna na scenario itchanu papachak mayya check it once Quote Link to comment Share on other sites More sharing options...
fake_Bezawada Posted July 7, 2016 Author Report Share Posted July 7, 2016 Form lo username lo password fields vuntay kada password aythe md5 or some other encryption chesi validate chesukuntam so no problem but username lo query petti server side ki pampisthe adi ela validation anedi question Quote Link to comment Share on other sites More sharing options...
Popkatapetapotapulti Posted July 7, 2016 Report Share Posted July 7, 2016 2 hours ago, fake_Bezawada said: Form lo username lo password fields vuntay kada password aythe md5 or some other encryption chesi validate chesukuntam so no problem but username lo query petti server side ki pampisthe adi ela validation anedi question md5 encryption antavu server side ki pamputha antav...clarity ga chepu md5, sha256 encryption epudu use chestaru asalu idea unda? you will get username and password encrypt it using md5, sha256 or whatever hash you have...this hash will be stored on browser/server cache or session or whatever and when user inputs the credentials...user's input (username and password) will be hashed and then hashed values will be compared(passwords/usernames will never will compared its the hash that will be compared)..that is how it works... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.