
Windows BitLocker
No encryption of dynamic disks, but command-line-encryption! Dynamic disks must be converted to basic disks with EasyUS Partition Master or Partition Guru before encrypting with Bitlocker.
The Gostcrypt project has been launched at the end of 2013 as fork of the (late) Truecrypt project. It intends to go farther than ever. Since the late 70s, most of...
the gostcrypt project has been launched at the end of 2013 as fork of the (late) truecrypt project.
it intends to go farther than ever. since the late 70s, most of the algorithms used (not to say all) are ukusa encryption systems that have been chosen, promoted and standardized under the control of the usa and its satellite countries.
security rationales
the gost 2814789 block cipher uses 256bit keys for encryption or decryption. internally, this key is divided into eight 32bit subkeys. in the process of setting the gost 2814789 key in preparation for encryption and decryption, the sbox is modified based on the supplied key, providing a first degree of diversification of the algorithm (and thus provides resistance to known attacks).
for this process, the 'gost r 34.1194 cryptoproparamset' sbox from rfc 4357 is used as initial sbox. the 256bit encryption key is hashed using the gost r 34.112012 hash function, which produces a 512bit digest. as both the initial sbox and the digest contain 512 bits of information, a bitwise addition modulo two is used on of the 4bit sbox entries (see the diagram below). the resulting keydependent sbox is used for encryption and decryption. during encryption and decryption, the gost 2814789 block cipher is used with the xts mode of operation. the data unit number, a disk offset used in the xts algorithm, is combined with the gost 2814789 key using bitwise addition modulo two. this operation ensures that a different key is used for each 512byte section of the disk. given how small changes in the used key result in large changes in the resulting ciphertext, this mechanism provides an additional challenge for a potential adversary.