|
-
Dec 21st, 2004, 06:44 AM
#1
Thread Starter
PowerPoster
triple DES usage
Hi there.
I have been trying to search for this, how do you use triple DES in C#? I have read the doc - but cant find much about it!
any ideas? or does anyone have a better way to encrypt and decrpyt a password?
Thanks!
-
Dec 21st, 2004, 07:37 AM
#2
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Dec 21st, 2004, 10:32 AM
#3
Re: triple DES usage
 Originally Posted by Techno
Hi there.
I have been trying to search for this, how do you use triple DES in C#? I have read the doc - but cant find much about it!
any ideas? or does anyone have a better way to encrypt and decrpyt a password?
Thanks!
Why would you want to encrypt a password? You'd need ANOTHER password to decrypt the first password - net result, no benefit. You can, however, hash the password, there is a large section in MSDN about cryptography.
I don't live here any more.
-
Dec 21st, 2004, 10:34 AM
#4
Thread Starter
PowerPoster
Re: triple DES usage
thanks
-
Dec 22nd, 2004, 09:58 AM
#5
Thread Starter
PowerPoster
Re: triple DES usage
how would you go about using it if you hardcode the key in the application?
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
|