<div dir="ltr">On Tue, Mar 28, 2023 at 7:40 PM Dave Horsfall <<a href="mailto:dave@horsfall.org">dave@horsfall.org</a>> wrote:<br>> I've never used disk encryption before, so I have some concerns.<br>><br>> My understanding is that each encrypted block depends upon the previous<br>> block (if not the entire chain), so what happens should an intermediate<br>> block become corrupted?<br><br><div>The predominant block cipher mode for disk encryption is XTS-AES, standardized in IEEE P1619 and approved with one change in NIST SP 800-38E. XTS-AES blocks are not chained, so when a block is corrupted, only that block is corrupted.</div><div><br></div><div>- d.</div><div><br></div></div>