Re: Storing user information as RC4 - safe?
- From: Paul Rubin <http://phr.cx@xxxxxxxxxxxxxx>
- Date: 19 Mar 2006 15:40:54 -0800
Neo <neoscandal@xxxxxxxxx> writes:
Uh, yes, we notice that you are new. DO not use the crypt API calls.
Microsoft is notoriously incompetent at implimenting crypto-- they
have got it wrong far too often, and their source code is not public
source, which means that their incompetence is also hidden.
Use some public source code for crypto. libcrypt, libtomcrypt,... they
are all libraries of cryptography which are open source and have been
vetted by competent cryptographers, unlike Microsoft's products.
Is this for real??... I had thought of using the .Net library calls in my
crypt project.
I don't think it's good advice. There are plenty of reasons to not
trust Microsoft to do anything right, but if you want to go that
route, the only thorough approach is to not use Windows at all.
Once you've decided to use Windows, you're already in the Microsoft
soup, and using someone else's crypto won't get you out of it. Using
Windows and the CAPI calls puts you in about the same place as just
using Windows.
Remember too that CAPI doesn't necessarily mean you're using Microsoft
crypto primitive implementations. Windows crypto services use a
plug-in architecture so you can use someone else's implementation
(called a Crypto Service Provider or CSP, basically a special type of
DLL). For example, many hardware encryption products like smart cards
have CSP's that you call through the CAPI.
.
- Follow-Ups:
- Re: Storing user information as RC4 - safe?
- From: Unruh
- Re: Storing user information as RC4 - safe?
- References:
- Storing user information as RC4 - safe?
- From: User
- Re: Storing user information as RC4 - safe?
- From: David Wagner
- Re: Storing user information as RC4 - safe?
- From: User
- Re: Storing user information as RC4 - safe?
- From: David Wagner
- Re: Storing user information as RC4 - safe?
- From: User
- Re: Storing user information as RC4 - safe?
- From: Unruh
- Re: Storing user information as RC4 - safe?
- From: Neo
- Storing user information as RC4 - safe?
- Prev by Date: Re: Storing user information as RC4 - safe?
- Next by Date: Re: Storing user information as RC4 - safe?
- Previous by thread: Re: Storing user information as RC4 - safe?
- Next by thread: Re: Storing user information as RC4 - safe?
- Index(es):
Relevant Pages
|