I\'m making a twitter client, and I\'m evaluating the various ways of protecting the user\'s login information.
IMPORTANT: I need to protect the user\'s data from ot
I don't get it... why is encryption no good? Use a large key and store the key in the machine key store (assuming Windows). Done, and done.