Can computer know my password?

Category : Windows Login Recovery

Actually, it’s rare that your password is ever stored on a computer.

The computer converts your password for a certain number, usually referred to a standard ASCII code (American Standard Code for Information Interchange). Each character of your password is a number: an uppercase A is 65, one minute is 97, is the number one 49, and so on. The choices are arbitrary and determined by the historical conventions. In total 128 characters were represented by one digit.

When you make up a password, the computer turns the number to which it corresponds — call it P — into another number — call it N — according to some rule. The rule should be such that knowing N won’t give away what P is. For example, the rule might say to multiply P by itself a certain number of times and then grab some digits out of the middle of the resulting product. This number and not the password itself is what’s stored in the computer.

When you type your password, the computer doesn’t check the password, just that it gets transformed into N. It doesn’t know your password, so your password can’t be stolen.

That means the administrator can’t know the password either. The only way to get back in is for the administrator to make a new password P for you.

Related Posts Plugin for WordPress, Blogger...

Post a comment


3 − = two