Subject | RE: [firebird-support] Tools for encription field in Firebird |
---|---|
Author | Mark Rotteveel |
Post date | 2014-08-28T11:26:03Z |
On Thu, 28 Aug 2014 12:54:33 +0200, "Svein Erling Tysvær
svein.erling.tysvaer@... [firebird-support]"
<firebird-support@yahoogroups.com> wrote:
With a CBC algorithm and a random IV - which is the right choice -
encrypting the same cleartext leads to different ciphertext.
Mark
svein.erling.tysvaer@... [firebird-support]"
<firebird-support@yahoogroups.com> wrote:
> At my workplace, we encrypt (or obfuscate) some fields in our programsand
> only use Firebird for storage of the field (hence, Firebird knowsnothing
> about the encryption). One drawback with encryption is that it limitsuse
> of indexes - it may be possible to use an index for exact match, but notDepending on the encryption algorithm, indexes might be entirely unusable.
> for other things like BETWEEN, >=, LIKE or STARTING. Hence, think twice
> before encrypting fields in huge databases.
With a CBC algorithm and a random IV - which is the right choice -
encrypting the same cleartext leads to different ciphertext.
Mark