md5 it. Even if it come out in plain text it won't be revealed.
When a user input their password it's converted via md5 and matched to the table where their password is stored md5'd already. So, it's pretty secure, simple and efficient - this is why people do it this way. It's no big deal...
However, cracking into an account is another subject. It all depends upon how the system was built.