Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
include/ | H | 17-Aug-2024 | - | 1,198 | 562 | |
service_files/ | H | 03-Feb-2024 | - | 29 | 22 | |
src/ | H | 17-Aug-2024 | - | 3,415 | 2,629 | |
subprojects/ | H | 30-Mar-2024 | - | 47 | 35 | |
.clang-format | H A D | 17-Aug-2024 | 3.7 KiB | 137 | 135 | |
.clang-tidy | H A D | 12-May-2023 | 10.4 KiB | 300 | 297 | |
.gitignore | H A D | 30-Mar-2024 | 163 | 10 | 8 | |
LICENSE | H A D | 24-May-2022 | 11.1 KiB | 202 | 169 | |
OWNERS | H A D | 22-Jul-2022 | 1.8 KiB | 55 | 51 | |
README.md | H A D | 08-Dec-2022 | 407 | 9 | 7 | |
meson.build | H A D | 04-Sep-2024 | 286 | 17 | 14 | |
meson_options.txt | H A D | 08-Aug-2023 | 431 | 4 | 3 |
README.md
1# eStoraged 2 3This daemon serves as an abstraction for an encrypted storage device, 4encapsulating the security functionality and providing a D-Bus interface to 5manage the encrypted filesystem on the device. Using the D-Bus interface, other 6software components can interact with eStoraged to do things like create a new 7encrypted filesystem, wipe its contents, lock/unlock the device, or change the 8password. 9