Re: DES Algorithm (RC4 Encryption)
From: Shawn Farkas [MS] (shawnfa@online.microsoft.com)
Date: 10/24/02
- Next message: Bradley Booth: "Re: DirectoryNotFound when accessing remote folders"
- Previous message: Shachar Matyas: "Winform deployment via the IIS"
- In reply to: Bill Chan: "DES Algorithm (RC4 Encryption)"
- Next in thread: Bill Chan: "Re: DES Algorithm (RC4 Encryption)"
- Reply: Bill Chan: "Re: DES Algorithm (RC4 Encryption)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Shawn Farkas [MS]" <shawnfa@online.microsoft.com> Date: Thu, 24 Oct 2002 11:12:10 -0700
Hi Bill,
In the System.Security.Cryptography namespace you'll find classes that
implement the following cryptographic algorithms:
* DES
* RC2
* Rijndael
* TripleDES
* DSA
* RSA
And the following hashes:
* HMACSHA1
* MACTripleDES
* MD5
* SHA1
* SHA256
* SHA384
* SHA512
-Shawn
-- This posting is provided "AS IS" with no warranties, and confers no rights. Please do not send email directly to this alias, this alias is for newsgroup purposes only. "Bill Chan" <billchans@hotmail.com> wrote in message news:#kcSV$yeCHA.2664@tkmsftngp12... > Hi everyone, > > I would like to know whether .NET framework provides any class for RC4 > encryption. Any suggestions would be greatly appreciated. > > > Best Regards, > Bill > >
- Next message: Bradley Booth: "Re: DirectoryNotFound when accessing remote folders"
- Previous message: Shachar Matyas: "Winform deployment via the IIS"
- In reply to: Bill Chan: "DES Algorithm (RC4 Encryption)"
- Next in thread: Bill Chan: "Re: DES Algorithm (RC4 Encryption)"
- Reply: Bill Chan: "Re: DES Algorithm (RC4 Encryption)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|