mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-18 23:19:46 +02:00
15 lines
516 B
Markdown
15 lines
516 B
Markdown
# Encryption
|
|
|
|
We have GnuPG & password-store installed by default, mainly for password management, authentication & communication encryption.
|
|
|
|
We also have LUKS2 for disk encryption on Linux, and [rclone](https://rclone.org/crypt/) for cross-platform data encryption & syncing.
|
|
|
|
[Age](https://github.com/FiloSottile/age) may be more general for file encryption.
|
|
|
|
[Sops](https://github.com/getsops/sops/tree/main) can be used for file encryption too, if you prefer
|
|
using a Cloud provider for key management.
|
|
|
|
|
|
TODO
|
|
|