• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

common/H03-May-2022-4,2102,541

dpkg/H07-May-2022-167128

include/H03-May-2022-2,9242,050

libbfio/H03-May-2022-14,95111,891

libcaes/H03-May-2022-5,8014,655

libcdata/H03-May-2022-21,12817,563

libcerror/H03-May-2022-3,0932,236

libcfile/H03-May-2022-9,7037,732

libclocale/H03-May-2022-3,0502,339

libcnotify/H03-May-2022-2,0051,430

libcpath/H03-May-2022-10,2238,343

libcsplit/H03-May-2022-3,4582,551

libcthreads/H03-May-2022-8,9776,721

libfcache/H03-May-2022-3,5642,646

libfcrypto/H03-May-2022-4,7603,843

libfdata/H03-May-2022-29,67824,396

libfguid/H03-May-2022-4,2033,347

libhmac/H03-May-2022-11,9609,712

libluksde/H03-May-2022-12,8809,918

libuna/H03-May-2022-60,91752,478

luksdetools/H03-May-2022-11,4558,906

m4/H10-Feb-2020-19,64617,835

manuals/H03-May-2022-1,1201,035

msvscpp/H03-May-2022-8,7018,594

po/H10-Feb-2020-694612

pyluksde/H03-May-2022-8,5876,407

pyluksde-python2/H03-May-2022-1,1611,034

pyluksde-python3/H03-May-2022-1,1611,034

tests/H03-May-2022-11,5008,403

ABOUT-NLSH A D04-Jul-201391.6 KiB1,2831,244

AUTHORSH A D05-Feb-2020182 84

COPYINGH A D05-Feb-202034.3 KiB675553

COPYING.LESSERH A D05-Feb-20207.5 KiB166128

ChangeLogH A D04-Jan-20201.1 KiB6246

INSTALLH A D10-Feb-202015.4 KiB369287

Makefile.amH A D31-Dec-20193.7 KiB138121

Makefile.inH A D03-May-202242.2 KiB1,2591,148

READMEH A D05-Feb-2020977 6640

acinclude.m4H A D18-Sep-20171.7 KiB7359

aclocal.m4H A D10-Feb-202055.6 KiB1,5501,401

compileH A D10-Feb-20207.2 KiB349259

config.guessH A D10-Feb-202043.1 KiB1,4871,294

config.rpathH A D04-Jul-201318 KiB673569

config.subH A D10-Feb-202030.7 KiB1,7911,636

configureH A D10-Feb-20201.5 MiB53,42847,054

configure.acH A D05-Feb-20209 KiB281225

depcompH A D10-Feb-202023 KiB792502

install-shH A D10-Feb-202015 KiB519337

libluksde.pc.inH A D05-Feb-2020820 1310

libluksde.specH A D10-Feb-20203.4 KiB128102

libluksde.spec.inH A D05-Feb-20204.4 KiB128102

ltmain.shH A D10-Feb-2020316.6 KiB11,1507,980

missingH A D10-Feb-20206.7 KiB216143

setup.pyH A D05-Feb-20209.9 KiB336246

test-driverH A D10-Feb-20204.5 KiB14987

README

1libluksde is a library to access LUKS Disk Encryption encrypted volumes.
2
3Project information:
4
5* Status: experimental
6* Licence: LGPLv3+
7
8Read-only supported LUKS formats:
9
10* version 1
11
12Unsupported LUKS formats:
13
14* version 2
15
16Supported encryption methods:
17
18* AES (AES-CBC, AES-ECB, AES-XTS)
19* ARC4 (ARC4-ECB)
20* Serpent (Serpent-CBC, Serpent-ECB)
21
22Unsupported encryption methods:
23
24* anubis
25* ARC4-CBC
26* cast5
27* cast6
28* twofish
29
30Supported initialization vector modes:
31
32* benbi
33* ESSIV (SHA1, SHA256)
34* null
35* plain, plain64
36
37Unsupported initialization vector modes:
38
39* lmk
40* plumb
41
42Supported password hashing methods:
43
44* SHA1
45* SHA224
46* SHA256
47* SHA512
48
49Unsupported password hashing methods:
50
51* RIPEMD160
52
53Work in progress:
54
55* Thread-safety in volume API functions
56
57Planned:
58
59* Dokan library support
60
61For more information see:
62
63* Project documentation: https://github.com/libyal/libluksde/wiki/Home
64* How to build from source: https://github.com/libyal/libluksde/wiki/Building
65
66