> Anybody sending you back your password in clear text is also storing it that way in their database<p>Incredibly ignorant statement. If it's encrypted in a reversible format then it's not cleartext. If it's being sent in a confirmation email, then it could even be stored as a one-way hash: password extracted from the form, inserted into email, hashed and stored (This is what WordPress, for example, does).<p>A case can be made against both of those procedures, but that is a separate issue from his statement being ignorant.