Add Kuznyechik support for VeraCrypt kernels
Adds support for the Russian cipher specified in GOST R 34.12-2015, also known as Kuznyechik (Grasshopper). - Add Kuznyechik header decryption checks to all VeraCrypt kernels - Add test containers for available Kuznyechik cipher combinations
This commit is contained in:
@@ -360,10 +360,14 @@ static const char *const USAGE_BIG[] =
|
||||
" Y | 1 = XTS 512 bit pure AES | Full-Disk Encryption (FDE)",
|
||||
" Y | 1 = XTS 512 bit pure Serpent | Full-Disk Encryption (FDE)",
|
||||
" Y | 1 = XTS 512 bit pure Twofish | Full-Disk Encryption (FDE)",
|
||||
" Y | 1 = XTS 512 bit pure Kuznyechik | Full-Disk Encryption (FDE)",
|
||||
" Y | 2 = XTS 1024 bit pure AES | Full-Disk Encryption (FDE)",
|
||||
" Y | 2 = XTS 1024 bit pure Serpent | Full-Disk Encryption (FDE)",
|
||||
" Y | 2 = XTS 1024 bit pure Twofish | Full-Disk Encryption (FDE)",
|
||||
" Y | 2 = XTS 1024 bit pure Kuznyechik | Full-Disk Encryption (FDE)",
|
||||
" Y | 2 = XTS 1024 bit cascaded AES-Twofish | Full-Disk Encryption (FDE)",
|
||||
" Y | 2 = XTS 1024 bit cascaded Kuznyechik-AES | Full-Disk Encryption (FDE)",
|
||||
" Y | 2 = XTS 1024 bit cascaded Kuznyechik-Twofish | Full-Disk Encryption (FDE)",
|
||||
" Y | 2 = XTS 1024 bit cascaded Serpent-AES | Full-Disk Encryption (FDE)",
|
||||
" Y | 2 = XTS 1024 bit cascaded Twofish-Serpent | Full-Disk Encryption (FDE)",
|
||||
" Y | 3 = XTS 1536 bit all | Full-Disk Encryption (FDE)",
|
||||
|
||||
Reference in New Issue
Block a user