RE: Database Encryption
- From: "Alexey Sonkin" <alexeys@xxxxxxxx>
- Date: Thu, 29 Jun 2006 17:51:35 -0400
Madison,
I've heard, that the encryption algorithm, implemented in
IDS 10, can produce different encrypted records for same
input and same key (while the decryption is able to exactly
reconstruct the original key).
can be done by functional index - just because the encryption functionFrom this perspective, even 'equal' search on encrypted data
can't be considered 'non-variant'
-Alexey
-----Original Message-----[mailto:informix-list-bounces@xxxxxxxx]
From: informix-list-bounces@xxxxxxxx
On Behalf Of Madison Pruetdata,
Sent: Thursday, June 29, 2006 4:33 PM
To: informix-list@xxxxxxxx
Subject: Re: Database Encryption
Neil Truby wrote:
"Obnoxio The Clown" <obnoxio@xxxxxxxxxxxxxxx> wrote in messageNeil,
news:mailman.395.1151597436.19084.informix-list@xxxxxxxxxxx
Campbell, John \(GE Cons Fin\) said:
Any impact to performance?Yes, plus it makes indexing pointless (on encrypted columns).
Why?
Encryption uses a key which is not part of the actually encrypted
but which is used to transform the bits in the encrypted value of thethe
plain-text representation of the data. For the same data if you use a
different key, then you get different encrypted values.
Indexes are used for great than and less than as well as equality.
You can never use encrypted columns for less than or greater than on
encrypted data itself.is
You can use equality on the encrypted data, but only if the same key
used to encrypt all of the data.encrypt?
If you are using the same key to encrypt all of the data, then why
_______________________________________________
Informix-list mailing list
Informix-list@xxxxxxxx
http://www.iiug.org/mailman/listinfo/informix-list
.
- Follow-Ups:
- Re: Database Encryption
- From: Jonathan Leffler
- Re: Database Encryption
- Prev by Date: Re: Informix Books
- Next by Date: Re: Database Encryption
- Previous by thread: Re: Database Encryption
- Next by thread: Re: Database Encryption
- Index(es):
Relevant Pages
|
|