Results 1 to 4 of 4

Thread: AES string encryption

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2008
    Posts
    100

    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!

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Hyperactive Member Darkened Linux's Avatar
    Join Date
    Jun 2009
    Location
    Canada
    Posts
    296

    Re: AES string encryption

    What is the best encryption method?
    [COLOR="Black"]

  4. #4
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    Re: AES string encryption

    Symmetric or Asymmetric?

    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
  •  



Click Here to Expand Forum to Full Width