| Thread Links | Date Links | ||||
|---|---|---|---|---|---|
| Thread Prev | Thread Next | Thread Index | Date Prev | Date Next | Date Index |
|
As Matt pointed out, having a predictable IV is a bit of a
contradiction. When you say that you’re using an IV, that means that the
bit string that you’re using has particular properties, and being
predictable isn’t one of them. So saying that you have a predictable IV
is just like saying P AND NOT P, from which you can prove anything at all. On the other hand, using a non-random IV is apparently so common
that it has its own CVE assigned to it: http://cwe.mitre.org/data/definitions/329.html. From: Matt Ball
[mailto:matthew.v.ball@xxxxxxxxx] On Tue, Jul 28, 2009 at 10:42 AM, Garry Mccracken wrote: Hi, does XTS provide protection against watermarking
The lack-of-conformance (and
exploitable characteristic) is due to the incrementing nature of the IV, thus
making it predicable. NIST requires that the IV be completely
unpredictable. |