Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / .NET SDK / November 2003

Tip: Looking for answers? Try searching our database.

encryption

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Lloyd Dupont - 16 Nov 2003 07:22 GMT
what's the difference between DES, RC2, Rijndael, TripleDES ?
For my application I choosed DES on the basis on speed.
if anyone else could give me other clues ?
Eugene Mayevski - 16 Nov 2003 15:12 GMT
> what's the difference between DES, RC2, Rijndael, TripleDES ?
> For my application I choosed DES on the basis on speed.
> if anyone else could give me other clues ?

Its' the weakest for today. Rijndael is the strongest of chosen four,
but if possible, I would recommend you Blowfish or Twofish. If you want
true security.

Signature

Eugene Mayevski
EldoS Corp., CTO
Networking and security solutions, custom development services
http://www.eldos.com

Lloyd Dupont - 16 Nov 2003 21:30 GMT
yep, after some thinking I use RC2 as DES didn't inspire me any trust
(Rinjdael is the slowest by 30%). in fact I could change Algorithm with but
one line, so it's not too much an issue.
I dropped Blowfish as, even if it is the fastest, you have to pay for
commercial application and I'm writting, in my spare time, what I hope to be
a mass market (commercial) application, but I certainly don't have the money
to pay ... (yet, but later it would be too late)

> > what's the difference between DES, RC2, Rijndael, TripleDES ?
> > For my application I choosed DES on the basis on speed.
[quoted text clipped - 3 lines]
> but if possible, I would recommend you Blowfish or Twofish. If you want
> true security.
Michael Giagnocavo [MVP] - 17 Nov 2003 02:47 GMT
Search the web for a RijndaelCryptoServiceProvider.  Rijndael is quite fast,
it's just that it's the only fully managed crypto algorithm (the others call
the CSPs).  I heard that the CSP implementation is about 6 times faster.  Of
course, this means that your users have to have the CSP installed.

-mike
MVP

> yep, after some thinking I use RC2 as DES didn't inspire me any trust
> (Rinjdael is the slowest by 30%). in fact I could change Algorithm with but
[quoted text clipped - 11 lines]
> > but if possible, I would recommend you Blowfish or Twofish. If you want
> > true security.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.