Clarify and merge two sentences.

Discussed with:		pjd
This commit is contained in:
Christian Brueffer 2006-06-06 19:03:51 +00:00
parent 6f13c7adde
commit 6f36bcfc77
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159354

View File

@ -611,10 +611,8 @@ If data is modified or copied from one place on the disk
to another,
.Nm
should be able to detect such a modification.
If an attacker can remember the encrypted data, he can write them back to the
same place.
This will not be detected even if the data were legally modified
between read and write operations of the attacker.
If an attacker can remember the encrypted data, modify them and write them
back to the same place, the modification will not be detected.
.Nm
will not protect your data against replay attacks.
.Sh SEE ALSO