Re: ecb works , but cfb and cbc don't ( php )
- From: "Tom St Denis" <tomstdenis@xxxxxxxxx>
- Date: 22 Jul 2006 14:36:29 -0700
veg_all@xxxxxxxxx wrote:
Tom St Denis wrote:
I'm gonna go out on a limb that you have to reset the IV of the mode
first. e.g.
Thanks, that did work. However, does this mean to decrypt data i need
both the key AND the oriignal IV ? That seems very difficult to do,
hence I prefer ecb. I need encrypted data files to be sent across the
internet and be easily decoded so long as the key is known. Does this
preculde me from using the other modes, beside ecb?
Send the IV with the ciphertext.
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
- 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: VHDL code for KASUMI
- 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
|