Re: Encrypting Data

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Brian P. Hammer (bhammer_at_le)
Date: 02/07/05


Date: Mon, 7 Feb 2005 10:31:58 -0600

Fabio - Thanks for the feedback. Looks like the msdn article will be
helpful.

Regards,
Brian

"Fabio Cozzolino [MCAD]" <cozzolino.fabio@gmail.com> wrote in message
news:1107773170.580571.216330@g14g2000cwa.googlegroups.com...
> Hi Brian,
> you can encrypt the important information by using classes in
> System.Security.Cryptography namespace. If there are large data, you
> can use symmetric algorithms, for example Rijndael, with unique secret
> key for encrypt/decrypt. Note that is most important to protect key,
> more than the type of used algorithm. I suggest you the use of
> asymmetric algorithm for to protect symmetric algorithm's secret key.
>
>
> you can start here:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconCryptographicServices.asp
>
> HTH
>



Relevant Pages

  • Re: Encrypting Data
    ... > you can encrypt the important information by using classes in ... > can use symmetric algorithms, for example Rijndael, with unique secret ... Note that is most important to protect key, ... > asymmetric algorithm for to protect symmetric algorithm's secret key. ...
    (microsoft.public.dotnet.security)
  • Re: Encrypting Data
    ... you can encrypt the important information by using classes in ... can use symmetric algorithms, for example Rijndael, with unique secret ... Note that is most important to protect key, ... asymmetric algorithm for to protect symmetric algorithm's secret key. ...
    (microsoft.public.dotnet.security)
  • Re: Encrypting Data
    ... you can encrypt the important information by using classes in ... can use symmetric algorithms, for example Rijndael, with unique secret ... Note that is most important to protect key, ... asymmetric algorithm for to protect symmetric algorithm's secret key. ...
    (microsoft.public.dotnet.general)
  • Re: What is exponent?
    ... For simple description of RSA algorithm ... I also have the receiver's certificate (public key only). ... Use RSA to encrypt the session key ...
    (microsoft.public.dotnet.security)
  • Re: Use my your own HashAlgorithm Class
    ... Rather than use the EncryptValue / DecryptValue methods (which RSACryptoServiceProvider doesn't support), ... the Encrypt and Decrypt methods. ... >> doesn't know about your new algorithm. ... But CAPI doesn't work with OIDs directly, ...
    (microsoft.public.dotnet.security)