mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-12-20 18:55:25 -05:00
Update content/posts/linux/Setting up DM-Integrity/index.md
Co-authored-by: Ganwtrs <morga.nwinters-99@aliasvault.net> Signed-off-by: Purpleseaotter <github.bronco733@passinbox.com>
This commit is contained in:
parent
d92d85175d
commit
55820e91c0
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ author: Purpleseaotter
|
|||
|
||||
---
|
||||
|
||||
DM-Integrity is a Linux kernel device-mapper target that provides block-level data integrity checking. To detect unauthorized changes or corruption on a block device. Unlike encryption, dm-integrity ensures data hasn’t been tampered with. When paired with LUKS, which uses dm-crypt for encryption, it can enhance security by adding authenticated encryption combining confidentiality and integrity.
|
||||
DM-Integrity is a Linux kernel device-mapper target that provides block-level data integrity checking. This is to detect unauthorized changes or corruption on a block device. Unlike encryption, dm-integrity ensures data hasn’t been tampered with. When paired with LUKS, which uses dm-crypt for encryption, it can enhance security by adding authenticated encryption to combine confidentiality and integrity.
|
||||
|
||||
### Limitations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue