blob: 20c60a4f54b3b16592c17b7910ac950bdd7e855f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
libluksde is a library to access LUKS Disk Encryption encrypted volumes.
Read-only supported LUKS formats:
* version 1
Unsupported LUKS formats:
* version 2
Supported encryption methods:
* AES (AES-CBC, AES-ECB, AES-XTS)
* ARC4 (ARC4-ECB)
* Serpent (Serpent-CBC, Serpent-ECB)
Unsupported encryption methods:
* anubis
* ARC4-CBC
* cast5
* cast6
* twofish
Supported password hashing methods:
* SHA1
* SHA224
* SHA256
* SHA512
For more information see:
* Project documentation: https://github.com/libyal/libluksde/wiki/Home
|