Looking for advice, first of all on how to securely store a passwords in plain sight. My program is going to encrypt the passwords in some way, and I was wondering what would be best. I was thinking at first, CRC-32 but maybe MD5 would be better.

The second question is, advice on finding GOOD source code to do it.