View Single Post
  #60  
Unread 10-08-2019, 11:52 PM
Subreal
Join Date: Sep 2010
Posts: 2,572
Mentioned: 1040 Post(s)
Tagged: 39 Thread(s)
Estimated Skill in Text: 7.32/10 starsEstimated Skill in Text: 7.32/10 starsEstimated Skill in Text: 7.32/10 starsEstimated Skill in Text: 7.32/10 starsEstimated Skill in Text: 7.32/10 starsEstimated Skill in Text: 7.32/10 starsEstimated Skill in Text: 6.61/10 starsEstimated Skill in Text: 6.61/10 starsEstimated Skill in Text: 6.61/10 starsEstimated Skill in Text: 6.61/10 stars
Ranked Text Record
41 Won / 37 Lost
Default

Quote:
Originally Posted by X View Post
Even if you got the passwords, they are encrypted. Props to @Pseudo Nim for LB security
I mean that’s just basic knowledge anyone with a degree should know, not to store passwords in plain text in the db. When you enter your password it goes through a one way hash function, probably md5 since this site is old unless it has been updated , which is what it is stored in the db as.

Also, if it is md5 most large companies with stuff worth protecting don’t use it anymore since it’s vulnerable now due to the speed of modern computers, fine for LB tho..

And the usual path of the SQL injection is to bypass the login process, not actually get the password.
__________________




Pack of Wolves, gayest crew on the site.

Last edited by Subreal; 10-08-2019 at 11:54 PM.
Reply With Quote
Unread 10-08-2019, 11:52 PM   #60
 
Subreal
Estimated Skill in Text: 7.32/10 starsEstimated Skill in Text: 7.32/10 starsEstimated Skill in Text: 7.32/10 starsEstimated Skill in Text: 7.32/10 starsEstimated Skill in Text: 7.32/10 starsEstimated Skill in Text: 7.32/10 starsEstimated Skill in Text: 6.61/10 starsEstimated Skill in Text: 6.61/10 starsEstimated Skill in Text: 6.61/10 starsEstimated Skill in Text: 6.61/10 stars
Ranked Text Record
41 Won / 37 Lost
 
Join Date: Sep 2010
Voted: 44 audio / 258 text
Posts: 2,572
Mentioned: 1040 Post(s)
Tagged: 39 Thread(s)


Default

Quote:
Originally Posted by X View Post
Even if you got the passwords, they are encrypted. Props to @Pseudo Nim for LB security
I mean that’s just basic knowledge anyone with a degree should know, not to store passwords in plain text in the db. When you enter your password it goes through a one way hash function, probably md5 since this site is old unless it has been updated , which is what it is stored in the db as.

Also, if it is md5 most large companies with stuff worth protecting don’t use it anymore since it’s vulnerable now due to the speed of modern computers, fine for LB tho..

And the usual path of the SQL injection is to bypass the login process, not actually get the password.
__________________




Pack of Wolves, gayest crew on the site.

Last edited by Subreal; 10-08-2019 at 11:54 PM.
Offline   Reply With Quote