I use a CRC32 encryption class to encode user entered passwords and store them into a table. Even if someone looks at the table, there is no way to extract the original password from the stored field.
You can use any number of encryption schemes such as CRC32, MD5, base64, etc. It all depends...