Results 1 to 3 of 3

Thread: Using Rijndael algorithm with the System.Security.Cryptography namespace

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2003
    Location
    Phoenx, AZ
    Posts
    15

    Using Rijndael algorithm with the System.Security.Cryptography namespace

    I want to use the Rijndael algorithm to encrypt a string that a user has a inputed. I looked around for documentation on doing this and I have come up empty. Basically what I want to know is how it works and an example in vb.net on how it is used. I also need to decrypt the string as well, but i figure once I know how to encrypt, I can decrypt as well. From my reading it sounds like that is a good way to go to encrypting data. Any suggestions or information would be much appreciated.

  2. #2
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    I'd politely suggest your search MSDN. There is a Rijndael class available.

  3. #3
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    I found an example in the help. You might also want to check out TripleDES encryption.

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