summary refs log blame commit diff
path: root/Documentation/decisions/004-data-at-rest-encryption.adoc
blob: 5b0f51844496df8622218913c301fa2d23f9d555 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                           
                                  



                                                                           

         

        




                                                                    
 

                       


                                                                     
                                                                       
                               
= 004 Data at Rest Encryption
:page-parent: Architecture Decision Records
:page-grand_parent: About Spectrum

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

== Status

Proposed

== Context

For privacy protection, encryption of user data at rest is required.

== Decision

User data is encrypted.

== Consequences

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