Hello Robin,<div><br></div><div>I caught it for an ordinary exe file but I have no access to that system atm.</div><div><br></div><div>Such file can be produced with</div><div>    <b>dd if=/dev/urandom of=testfile count=10 && dd if=/dev/zero of=testfile2 count=9 && cat testfile2 >> testfile && echo 12345 >> testfile && rm testfile2</b></div>
<div><br></div><div>The result is attached. It is actually a random binary sequence with 0x00 at the end of any 8KB block except the last one.</div><div><br></div><div>Another test case can use any  file (plain text is fine) with length that is not divided evenly by 8.</div>
<div><br></div><div><br>---</div><div>Victor Dubiniuk</div><div><br><div class="gmail_quote">On Fri, Jun 15, 2012 at 5:20 PM, Robin Appelman <span dir="ltr"><<a href="mailto:icewind@owncloud.com" target="_blank">icewind@owncloud.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Friday 15 June 2012 02:29:48 Victor Dubiniuk wrote:<br>
<br>
Does anyone have some small files that get corrupted during encryption for use<br>
in a unit test, they don't actually have to be a valid .exe or anything.<br>
<span class="HOEnZb"><font color="#888888"><br>
 - Robin Appelman<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
</div></div></blockquote></div><br></div>