Re: Inherent encryption in .NET 2.0?

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



Yes anything without pulling the text through an encryption function each
time.

Adam

"Spam Catcher" <spamhoneypot@xxxxxxxxxx> wrote in message
news:Xns97C0F054112B0usenethoneypotrogers@xxxxxxxxxxxx
"Adam Honek" <AdamHonek@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
news:OAUkToWdGHA.2068@xxxxxxxxxxxxxxxxxxxx:

Is there any inherent basic encryption available in the string namespace
in .NET 2.0???

Like simple scrambling of strings? You can use something like MD5 or
SHA1... but those are Hashes rather than encryption.


.



Relevant Pages

  • Re: md5 encryption - Be careful!
    ... Be careful when you test the encryption function using the site! ... If you are using the function to generate the md5 string from your password, ... >>probability with decrypting is astronomical. ...
    (alt.php)
  • Re: How can I encrypt string using the MD5 method?
    ... >with the string parameter,it return the encryption result of the string ... MD5 is not an encryption function: ... There are a number of fairly portable MD5 libraries. ...
    (comp.lang.c)
  • Re: string encryption
    ... md5 is an encryption function in PHP ... to encrypt a string in PHP, you can do that by this line: ...
    (microsoft.public.inetserver.asp.general)