This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How does facebook or any site know if a password entered is correct or incorrect?
02-26-2014, 05:50 AM
Post: #1
How does facebook or any site know if a password entered is correct or incorrect?
I like to think how things work and I have done programming for 3 years in my hs but the stuff is so basic. Like even the advanced stuff we did were easy so I never really 'leanred' anything after the first yr and ive been wondering how it detects the password. Like it has a bunch of users right? where is all of this kind of information stored? What if someone tricked it into thinking a correct password was entered even though there was nothing in the field? Wouldn't that mean that with your email they could just get into your account? Is that even possible or is there some kind of strict link between the user/email and password?

Ads

Find all posts by this user
Quote this message in a reply
02-26-2014, 05:56 AM
Post: #2
 
stored in the mysql database.

Ads

Find all posts by this user
Quote this message in a reply
02-26-2014, 05:58 AM
Post: #3
 
Assuming you know some basic programming you should understand this...

First you have a password, you type it in. It checks on a server if your "String" is the same as the stored "String" if it is proceed! If not don't. Now all of these passwords are stored on a server / MySQL database. (Basically a giant storage of anything) (Like a huge Google drive or SkyDrive). (Look it up it is fascinating stuff) Anyway that is how it checks it and stores the password. and for the "Tricking it" that is why the code is protected, that is why on some sites you can "trick it" and effectively "hack" into the MySQL database. That is how some modern hacking works. So technically yes. Someone could hack your email and get into it. That is why you use giant email corporations because it is almost guaranteed that no one will find a way to "trick" the servers. Hope I helped!
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)