Re: ecb works , but cfb and cbc don't ( php )
- From: "Tom St Denis" <tomstdenis@xxxxxxxxx>
- Date: 22 Jul 2006 17:49:20 -0700
veg_all@xxxxxxxxx wrote:
Paul Rubin wrote:
The encrypted file has to have some kind of file format. Include the
IV as part of the file format.
actually all my encrypted files are plaintext , with everything in
hexadecimal. I just convert the binary to hex and store it all in a
simple file. i can then ftp, email this file anywhere and decrypt it
as long as I know the key.
Why not use base64? It's more efficient.
Tom
.
- 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
- Re: ecb works , but cfb and cbc don't ( php )
- From: Paul Rubin
- 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
|