mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
ecb3fb24e4
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
34 lines
533 B
Text
34 lines
533 B
Text
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
|