Pretty much all modern operating systems (windows 2000/XP, *NIX) use one way encryption to store passwords now. What one way encryption means is that the password that the user types in is encrypted using the same key that was used to encrypt the stored password and the encrypted password is checked with the encrypted stored password. Thus, the password is never (and cannot be) decrypted.
Cheers,
cgkanchi