CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2005
    Posts
    5

    Exclamation aes encryption c#

    What is a cryptographic provider in Visual c#?

    I'm mainly asking this because I see AES listed in there, and I want to use it for a school project. However if AES is there, why are
    there still open source implementations of AES and commercial ones (chilkatsoftware has their own AES component)?

    I realize that different implementations can have different speeds since some might use look up tables rather than generating values.

    Since I couldn't find much info about the AES in C#. No tutorials or anything about how to use it. Is it just some skeleton class where you have to put your own AES implementation in there? IF the one included with microsoft is a fully featured implementation, does it generate values or use lookup tables?

    Thanks

  2. #2
    Join Date
    May 2003
    Location
    Germany
    Posts
    936

    Re: aes encryption c#

    Have a look here . It should give you all answers of your questions.

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

Featured