summaryrefslogtreecommitdiffstats
path: root/libraries/libluksde/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libluksde/README')
-rw-r--r--libraries/libluksde/README34
1 files changed, 34 insertions, 0 deletions
diff --git a/libraries/libluksde/README b/libraries/libluksde/README
new file mode 100644
index 0000000000..20c60a4f54
--- /dev/null
+++ b/libraries/libluksde/README
@@ -0,0 +1,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