Re: Encrypting Data
From: Brian P. Hammer (bhammer_at_le)
Date: 02/07/05
- Next message: Henrik: "Exception from proxy"
- Previous message: Patrice: "Re: Weird object behaviour"
- In reply to: Fabio Cozzolino [MCAD]: "Re: Encrypting Data"
- Next in thread: Morten Dahl: "Re: Encrypting Data"
- Messages sorted by: [ date ] [ thread ]
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
>
- Next message: Henrik: "Exception from proxy"
- Previous message: Patrice: "Re: Weird object behaviour"
- In reply to: Fabio Cozzolino [MCAD]: "Re: Encrypting Data"
- Next in thread: Morten Dahl: "Re: Encrypting Data"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|