Re: counter mode and data integrity

From: Andrew Swallow (am.swallow_at_eatspam.btinternet.com)
Date: 10/31/03


Date: Fri, 31 Oct 2003 16:46:30 +0000 (UTC)


"Joerg Platte" <Joerg.Platte@uni-dortmund.de> wrote in message
news:bnu0dc$lcc$1@nx6.HRZ.Uni-Dortmund.DE...
> Michael Amling wrote:
>
> > If you're storing a hash-derived counter value, you may as well store
> > a sequence-derived counter value.
> > Your goal was "But I don't want to store the counter value for every
> > block to save some bytes."
>
> Yes. But to ensure data integrity I need a hash value. And if this value
can
> also be the counter it's possible to omit an additional counter.
>
Are you storing data like the number of times the record has
been updated or the time of the last update?

Store this information in plain text and it can be used to form a field
within the counter. AES counters are 128 bits long, probably longer
than a numeric index field.

Andrew Swallow.



Relevant Pages

  • Re: orace sql query
    ... Hash: SHA1 ... DA Morgan wrote: ... data integrity, of V8.1.5. ...
    (comp.databases.oracle.server)
  • Re: String hashing
    ... >> robust avalanching.) ... > return hash; ... data integrity checks. ... inclination or resources or patience to attack it. ...
    (sci.crypt)