Skip to content

Library and tools to access LUKS Disk Encryption encrypted volumes

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

libyal/libluksde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libluksde is a library to access LUKS Disk Encryption encrypted volumes.

Project information:

* Status: experimental
* Licence: LGPLv3+

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)
* Blowfish (Blowfish-CBC, Blowfish-ECB)
* Serpent (Serpent-CBC, Serpent-ECB)

Unsupported encryption methods:

* anubis
* ARC4-CBC
* cast5
* cast6
* twofish

Supported initialization vector modes:

* benbi
* ESSIV (SHA1, SHA256)
* null
* plain, plain64

Unsupported initialization vector modes:

* lmk
* plumb

Supported password hashing methods:

* SHA1
* SHA224
* SHA256
* SHA512

Unsupported password hashing methods:

* RIPEMD160

Work in progress:

* Thread-safety in volume API functions

Planned:

* Dokan library support

For more information see:

* Project documentation: https://github.com/libyal/libluksde/wiki/Home
* How to build from source: https://github.com/libyal/libluksde/wiki/Building

About

Library and tools to access LUKS Disk Encryption encrypted volumes

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published