From 5e1fffa87191c3566bcbe20c6e8d29d5f21651d5 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 13 May 2017 17:34:16 +0200 Subject: Add HTML documentation. --- doc/html/Encryption Algorithms.html | 210 ++++++++++++++++++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 doc/html/Encryption Algorithms.html (limited to 'doc/html/Encryption Algorithms.html') diff --git a/doc/html/Encryption Algorithms.html b/doc/html/Encryption Algorithms.html new file mode 100644 index 00000000..0619fd65 --- /dev/null +++ b/doc/html/Encryption Algorithms.html @@ -0,0 +1,210 @@ + + + + +VeraCrypt - Free Open source disk encryption with strong security for the Paranoid + + + + + + +
+VeraCrypt +
+ + + +
+

+Documentation +>> +Encryption Algorithms +

+ +
+

Encryption Algorithms

+
+VeraCrypt volumes can be encrypted using the following algorithms:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Algorithm +Designer(s) +Key Size
+(Bits)
+Block Size (Bits) +Mode of Operation
+AES +J. Daemen, V. Rijmen +256 +128 +XTS
+Camellia +

Mitsubishi Electric and NTT of Japan

+
+256 +128 +XTS
+

Kuznyechik

+
+

National Standard of the Russian Federation
+GOST R 34.12-2015

+
+256 + 128 + XTS
+Serpent +R. Anderson, E. Biham, L. Knudsen +256 +128 +XTS
+Twofish +B. Schneier, J. Kelsey, D. Whiting,
+D. Wagner, C. Hall, N. Ferguson
+256 +128 +XTS
+AES-Twofish +256; 256 +128 +XTS
+AES-Twofish-Serpent +256; 256; 256 +128 +XTS
+Serpent-AES +256; 256 +128 +XTS
+Serpent-Twofish-AES +256; 256; 256 +128 +XTS
+Twofish-Serpent +256; 256 +128 +XTS
+
+For information about XTS mode, please see the section +Modes of Operation.
+
+Next Section >>
+
\ No newline at end of file -- cgit v1.2.3