|
-
Jul 28th, 2009, 07:06 PM
#1
Thread Starter
Lively Member
AES string encryption
I need some help with encrypting a string. I want to encrypt a string using AES 256-bit encryption with a custom key. I am very new to encryption and need some help. How can I go about doing this? Thanks!
-
Jul 28th, 2009, 07:44 PM
#2
Re: AES string encryption
Go to the MSDN Library and look up the AesManaged class and read the documentation. As it explains, it's basically a specific form of the Rijndael algorithm, so follow the link and check out the code example for the RijndaelManaged class. You can implement basically the same code using the AesManaged class instead of the RijndaelManaged class. You can then post back with any specific questions.
-
Jul 28th, 2009, 07:53 PM
#3
Hyperactive Member
Re: AES string encryption
What is the best encryption method?
 [COLOR="Black"]
-
Jul 29th, 2009, 02:58 AM
#4
Re: AES string encryption
Rate People That Helped You
Mark Thread Resolved When Resolved
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
|