|
-
Sep 23rd, 2002, 12:50 AM
#1
Protecting Passwords and the like
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?
-
Sep 23rd, 2002, 06:11 AM
#2
yay gay
what do u mean by "where" to store? u could create a file and store the encrypted pass..
-
Sep 23rd, 2002, 10:23 AM
#3
Where or How?
Yes but if I just put it in a file and encrypt it where/how do I store the encryption key for it? Its a cycle, somewhere there has to be a key stored that doesn't need a key to get.
Last edited by Edneeis; Sep 23rd, 2002 at 10:27 AM.
-
Sep 24th, 2002, 06:17 AM
#4
yay gay
it depends...your program can have only 1 pass..and u store the pass in a var or somewhat
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|