Content deleted Content added
→Modes of operation: (See GBDE for details) |
|||
Line 328:
* '''CBC with ESSIV''': The CBC mode where initialization vectors are statically derived from the encryption key and sector number with a [[cryptographic hash function]]. The IVs are secret, but they are nevertheless re-used with overwrites.
* '''LRW''': The Liskov-Rivest-Wagner tweakable narrow-block mode, a mode of operation specifically designed for disk encryption.
* '''Random per-sector keys''': The CBC mode where random keys are generated for each sector when it is written to, thus does not exhibit the typical weaknesses of CBC with re-used initialization vectors. The individual sector keys are stored on disk and encrypted with a master key. (See [[GBDE]] for details)
{| class="wikitable" style="width: 100%; text-align: center; font-size: smaller; table-layout: fixed;"
|