Re: ecb works , but cfb and cbc don't ( php )
- From: "Tom St Denis" <tomstdenis@xxxxxxxxx>
- Date: 22 Jul 2006 17:41:59 -0700
veg_all@xxxxxxxxx wrote:
Tom St Denis wrote:
Send the IV with the ciphertext.
Tom
i could be missing something, but this seems to defeat the purpose of
using this encryption module. ideally as long as I know the key, i
should be able to decrypt . if i need to know the IV as well, that
greatly increases the complexity of what I am trying to do. i have
encrypted files on servers everywhere. it would be very difficult to
manage attaching the IV with each one of them, no?
I don't see why that "defeats the purpose". Sending the IV doesn't
break the security of the algorithm [provided you keyed the thing
correctly and have addressed other threat vectors].
That'd be like saying you need an ELF header on executables would
"defeat the purpose" of a C compiler...
Tom
.
- Follow-Ups:
- Re: ecb works , but cfb and cbc don't ( php )
- From: veg_all
- Re: ecb works , but cfb and cbc don't ( php )
- References:
- ecb works , but cfb and cbc don't ( php )
- From: veg_all
- Re: ecb works , but cfb and cbc don't ( php )
- From: Tom St Denis
- Re: ecb works , but cfb and cbc don't ( php )
- From: veg_all
- Re: ecb works , but cfb and cbc don't ( php )
- From: Tom St Denis
- Re: ecb works , but cfb and cbc don't ( php )
- From: veg_all
- ecb works , but cfb and cbc don't ( php )
- Prev by Date: Re: ecb works , but cfb and cbc don't ( php )
- Next by Date: Re: ecb works , but cfb and cbc don't ( php )
- Previous by thread: Re: ecb works , but cfb and cbc don't ( php )
- Next by thread: Re: ecb works , but cfb and cbc don't ( php )
- Index(es):
Relevant Pages
|