Since its fairly easy to see strings and such that are stored in your code, how is everyone storing their private info like passwords and such? I'm not that familiar with encryption really. I can encrypt/decrypt things using the CryptStream and what not but where do I store my private key?

What methods are other people using?