warn if the message contains his account password

評論

3 條評論

  • Timo

    How should they do that? They (at least hopefully) dont have the account password saved plain text anywhere.

    So they would have to hash every single word/character you type and compare it to database entry and that would be pretty cpu intensive

    1
  • iiAmFilippin

    Oh I didn't think about it

    0
  • Goodperson5656

    They actually dont store your password. The reason almost every company emails you a reset link instead of your password is because they dont have it. When you create an account your password is put thru a series of mathematical operations that are very easy to do but incredibly hard to reverse. The final result is saved in a database. So all the computer does when you log into your account is run the password you send thru the mathematical operations and match it to the result they have in the database.

    0

登入寫評論。