summary refs log blame commit diff
path: root/Documentation/decisions/004-data-at-rest-encryption.adoc
blob: 43eb52c96c1fba0c6fa11ba2fa958deb9d929db0 (plain) (tree)


















                                                                                
# Data at rest encryption

// SPDX-FileCopyrightText: 2022 Unikie
// SPDX-License-Identifier: GFDL-1.3-no-invariants-or-later OR CC-BY-SA-4.0

## Status
Proposed

## Context
To support user data and privacy protection, encryption of data at rest is
required.

## Decision
User data is encrypted.

## Consequences
Spectrum OS needs to come with enough SW to get the encryption key via different
methods (password, usb, fido, etc.) Can we use dm-crypt for everything instead
of LUKS?