Hi all,
well.. I did dig a little bit into the implementation code.. I wish who
wrote the code would have put some comments to understand how to use the
cipher properly.. I hope I did get it right. If anybody is interested in
the code-tracking, here's some details:
// Tracking down XTS co
Hi all,
I am trying to solve a particular problem related to provide random
access to encrypted files. AFAIK, I have two options. The first is to
use CRT mode (read only) and the second is to use XTS (read and write).
Since I have never used the XTS mode before, does anybody have
experience