|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Solid State Drives
|
> Does using a software-encrypted disk also cause extra-write issues
> that might bother a SSD? I would expect that it would typically
> encrypt and write more bits than were actually changed (so for
> instance, you couldn't analyze differences caused by trivial or known
> writes to attack the crypto).
>
> Thanks,
> Aaron
The answer to that would depend on the block size of your cipher, since
any bit change in a block would cause the whole block to change. If the
cipher block size was larger than 512 bytes than it might be a problem,
since that's the size of a single disk sector. In all likelihood the
answer is no, since most ciphers operate on block sizes smaller than the
size of a sector.
--Gordon
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|