in reply to Re: Customer data encryption
in thread Customer data encryption

Thanks, this makes sense and I will likely end up using it like this. I was wondering if there are any drawbacks to compressing first - e.g. if an attacker could perhaps exploit any patterns that gzip/bzip2 may produce?

Niel

Replies are listed 'Best First'.
Re^3: Customer data encryption
by traveler (Parson) on Feb 25, 2007 at 20:27 UTC
    Very unlikely. Encryption will add entropy to the entropy making it somewhat more difficult to crack than just encrypted text.
Re^3: Customer data encryption
by ikegami (Patriarch) on Feb 26, 2007 at 03:22 UTC
    That's what salting is for.