Deutsch English Français Italiano |
<v3ls6c$48om$10@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: comp.arch Subject: Re: Byte Addressability And Beyond Date: Tue, 4 Jun 2024 01:55:24 -0000 (UTC) Organization: A noiseless patient Spider Lines: 8 Message-ID: <v3ls6c$48om$10@dont-email.me> References: <v0s17o$2okf4$2@dont-email.me> <2024May29.090435@mips.complang.tuwien.ac.at> <v38opv$1gsj2$3@dont-email.me> <v38rkd$1ha8a$1@dont-email.me> <jwvttifrysb.fsf-monnier+comp.arch@gnu.org> <f90b6e03c727b0f209d64484ec097298@www.novabbs.org> <v3jtd8$3qduu$2@dont-email.me> <20240603132227.00004e0f@yahoo.com> <k6k7O.8602$7jpd.5620@fx47.iad> <v3klhp$3ugeh$1@dont-email.me> <wnl7O.10195$Inzb.2858@fx13.iad> <v3ktnl$3vv86$1@dont-email.me> <K2n7O.29169$61Y8.18080@fx15.iad> <v3l3mk$sns$1@dont-email.me> <jKp7O.4277$QX6b.311@fx46.iad> <72661b952b48d0404b59832c362d1537@www.novabbs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 04 Jun 2024 03:55:24 +0200 (CEST) Injection-Info: dont-email.me; posting-host="d7d916175bb629e2353c22c0a9deb72e"; logging-data="140054"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+/i5+UsFnK78HxOX3y7z6d" User-Agent: Pan/0.158 (Avdiivka; ) Cancel-Lock: sha1:VWD5Lvj/fxVXJDNxQHYFxIzqXrg= Bytes: 1820 On Mon, 3 Jun 2024 22:47:05 +0000, MitchAlsup1 wrote: > ... if the device has encryption > services why can they not be applied sector by sector ?? They can indeed. This is what “counter mode” is for: it lets you encrypt/ decrypt any part of some large data blob with random access, without having to start from the beginning each time.