Re: Questions about RijndaelManaged and Rijndael
- From: Zemp Dominik <zemp.dominik@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 13 Jul 2006 11:50:59 +0000 (UTC)
Hello Pieter,
Thanks for your answer.
Regards
Dominik
-----------------------------
http://blogs.ecreation.ch
Hi Dominik,
Can someone tell me what the difference is between the classRijndael is the base class of all the implementations of the Rijndael
RijndaelManaged
and Rijndael??
algorithm. The RijndaelManaged class is such an implementation of the
algorithm (one in purely managed code -- as the name implies).
The idea behind this design is that you can use "Rijndael.Create" to
generate 'a Rijndael implementation', and your code doesn't have to
care
whether it's actually a RijndaelManaged, or something else (such as
our
RijndaelCryptoServiceProvider implementation).
Is it correctly that if I call the Rijndael.Create method, a randomYes, that's indeed the case.
Key
and
IV is automatically generated?
Regards,
Pieter Philippaerts
.
- References:
- Re: Questions about RijndaelManaged and Rijndael
- From: Pieter Philippaerts
- Re: Questions about RijndaelManaged and Rijndael
- Prev by Date: Re: Console App Security Context
- Next by Date: Geolocation Testing
- Previous by thread: Re: Questions about RijndaelManaged and Rijndael
- Next by thread: Re: How to grant and deny the access to a virtual directory?
- Index(es):
Relevant Pages
|
|