Re: Which is more secure RC2 or RC4 ?
- From: rossum <rossum48@xxxxxxxxxxxx>
- Date: Wed, 12 Jul 2006 20:08:28 +0100
On 12 Jul 2006 10:55:42 -0700, "Homer Simpson"
<wushu.israel@xxxxxxxxx> wrote:
While I am new to the whole world of cryptography, I am a prettyIn a lot of places. I am *not* an expert but even so I can see
experienced web designer, and I don't really understand some of the
statements made here that I should "hire a security expert".. I mean if
I'm using for example Asp-Encrypt, create a 128 bit key using AES, save
it in a remote place inside the registry, and then use it to
encrypt/decrypt strings of text upon inserting/reading them from the
database, wherein lies the security problem?
problems with your ideas here.
1. NEVER save a password anywhere. Ever. You should save a secure
hash (SHA-256 or some such) of the password. Also look up
"stretching" in this context. An attacker can be assumed to have
access to the registry and files on the machine so passwords held in
clear are a complete disaster.
2. The registry is backed up and copied to a lot of places. How are
you going to secure your passwords when they are in a backup file
somewhere? When the password is changed how are you going to securely
delete all copies of the old password?
3. You do not mention salt. Are you going to be salting your users'
passwords? You should
4. How do you know that a 128 bit key is secure enough? Have you done
a full security audit on your proposed system and established that
this is the correct key size?
You say you are a pretty experienced web designer. Would you let
someone who had just read "Web Design for Dummies" once, design and
build the Web front-end of your application? You are in the same
position for the security aspects of your application. You need an
expert.
rossum
.
- Follow-Ups:
- Re: Which is more secure RC2 or RC4 ?
- From: Unruh
- Re: Which is more secure RC2 or RC4 ?
- References:
- Which is more secure RC2 or RC4 ?
- From: Homer Simpson
- Re: Which is more secure RC2 or RC4 ?
- From: Tom St Denis
- Re: Which is more secure RC2 or RC4 ?
- From: rossum
- Re: Which is more secure RC2 or RC4 ?
- From: Homer Simpson
- Which is more secure RC2 or RC4 ?
- Prev by Date: Re: Which is more secure RC2 or RC4 ?
- Next by Date: Re: Which is more secure RC2 or RC4 ?
- Previous by thread: Re: Which is more secure RC2 or RC4 ?
- Next by thread: Re: Which is more secure RC2 or RC4 ?
- Index(es):
Relevant Pages
|