For extra security you should encrypt in memory strings such as a password. You can now use the SecureString class exactly for this. It stores an encrypted version of your string, so it can't be snooped from memory directly. Furthermore, you can prevent...