If you check out your account on pandora.com, you can see your plaintext password in the password box (value="MY_PASSWORD").<p>I don't think Pandora would store it as plaintext... rather I hope they wouldn't. My guess is that they may encrypt it, but not hash it? Or it's potentially saved from the POST and not kept in their database?<p>Is there ever a good case to encrypt a password instead of storing a hash? Anyone know if Pandora encrypts it, stores it as plaintext, or is just capturing the POST? If they are capturing the POST, again, why? Is there any reason to do that, UI or otherwise?