Re: Encrypting Data

From: Fabio Cozzolino [MCAD] (cozzolino.fabio_at_gmail.com)
Date: 02/07/05


Date: 7 Feb 2005 02:46:10 -0800

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.general)
  • 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: 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: 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)

Quantcast