From c1e2928dc7a72db301fb28b49b233fac63927264 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Wed, 20 Jan 2021 14:26:29 +0100 Subject: [PATCH] fix relative link --- external/integrity/encryption/disk/encryption_disk.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/external/integrity/encryption/disk/encryption_disk.md b/external/integrity/encryption/disk/encryption_disk.md index 2b41338d..119f7abf 100644 --- a/external/integrity/encryption/disk/encryption_disk.md +++ b/external/integrity/encryption/disk/encryption_disk.md @@ -9,7 +9,8 @@ redirect_from: # Encrypting the Startup Disk for Your Laptop/Desktop Encrypting an entire hard disk is an effective protective measure against computer theft and loss. In this lab card we provide instructions for switching on disk encryption on macOS and Windows platforms. -**IMPORTANT NOTICE:** One important requirement of using Encryption is that you must manage your Encryption Passwords/Keys. Failing to do so will mean **loosing your data indefinitely**. In this [link](../../passwords/) we list tools that can be used for password management. **Please make sure you have arrangements for password management before starting the encryption of data**. +**IMPORTANT NOTICE:** One important requirement of using Encryption is that you must manage your Encryption Passwords/Keys. Failing to do so will mean **loosing your data indefinitely**. In this [link](https://howto.lcsb.uni.lu/?access:passwords) we list tools that can be used for password management. **Please make sure you have arrangements for password management before starting the encryption of data**. + ## macOS The disk encryption feature of macOS is called **FileVault**. When you switch **FileVault** on for the first time, it will initially encrypt all of your existing data, and then it will ensure all new data is encrypted. The steps to enable **FileVault** are as follows: -- GitLab