Re: Encrypt and Decrypt in C#
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 17 Oct 2005 15:17:29 -0400
Gidi,
Take a look at the classes in the System.Security.Cryptography
namespace. There are a number of encyrption algorithm implementations there
that you can use.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"Gidi" <shnapsi@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:EE3F27F0-DE2B-401E-BCFC-20B85C735B4B@xxxxxxxxxxxxxxxx
> Hi,
>
> Is there Buid-In fuction in C# that Encrypt and Decrypt strings?
> i have a textbox which i'm writing into file, and i want to encrypt it
> before writing, i'm not looking for something fancy, just for a simple
> Encryption and Decryption function.
>
> thanks,
> Gidi.
.
- Prev by Date: Re: Intercepting navigation commands in AxWebBrowser control
- Next by Date: Re: return keyword - invalid error message
- Previous by thread: Re: Intercepting navigation commands in AxWebBrowser control
- Next by thread: Re: Encrypt and Decrypt in C#
- Index(es):
Relevant Pages
|