Results 1 to 5 of 5

Thread: triple DES usage

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    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!

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091

    Re: triple DES usage

    Try here
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: triple DES usage

    Quote 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.

  4. #4

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    Re: triple DES usage

    thanks

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    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
  •  



Click Here to Expand Forum to Full Width