From 0c98911adc3819a9213d53ccdb8a0798068f9160 Mon Sep 17 00:00:00 2001 From: Sandro Keil Date: Sat, 7 Jul 2018 12:42:22 +0200 Subject: [PATCH] Add README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e795b2d --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# YubiKey Full Disk Encryption + +This repository contains a step-by-step tutorial to create a full disk encryption setup with two factor +authentication (2FA) via [YubiKey](https://yubico.com/products/yubikey-hardware/). It contains: + +- YubiKey encrypted root and home folder +- Encrypted `/boot` partition +- UEFI Secure boot (self signed boot loader) + +Currently supported Linux: + +- Arch Linux + +## Why +It took me several days to figure out how to set up a fully encrypted machine with 2FA. This guide should help +others to get it done in minutes (hopefully). There exists a plenty bunch of tutorials but no one contains a step-by-step +guide to get the above things done.