|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Questions about RijndaelManaged and RijndaelHi
Can someone tell me what the difference is between the class RijndaelManaged and Rijndael?? Is it correctly that if I call the Rijndael.Create method, a random Key and IV is automatically generated? Thanks a lot and Regards Dominik ----------------------------- http://blogs.ecreation.ch Hi Dominik,
> Can someone tell me what the difference is between the class Rijndael 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 random Key Yes, that's indeed the case.> and > IV is automatically generated? Regards, Pieter Philippaerts Hello Pieter,
Thanks for your answer. Regards Dominik ----------------------------- http://blogs.ecreation.ch Show quoteHide quote > Hi Dominik, > >> Can someone tell me what the difference is between the class >> RijndaelManaged >> and Rijndael?? > Rijndael is the base class of all the implementations of the 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 random >> Key >> and >> IV is automatically generated? > Yes, that's indeed the case. > > Regards, > Pieter Philippaerts
Windows authentication over remoting... possible?
Re: How to - PKCS#7 in c# ConnectionStrings encryption How to grant and deny the access to a virtual directory? How to: check for firewall blocking? CheckSignature & Revocation Server Restrict access to application from "outside" problem running application DPAPI based How to - PKCS#7 in c# HTTPS and authentication credentials |
|||||||||||||||||||||||