From f2df369a0af2968d6bbdec857aeb2edafb66d9e4 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Wed, 4 Aug 2021 18:59:56 +0200 Subject: [PATCH] change to relative links --- external/integrity/encryption/disk/encryption_disk.md | 2 +- external/integrity/encryption/file/encryption_file.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external/integrity/encryption/disk/encryption_disk.md b/external/integrity/encryption/disk/encryption_disk.md index 119f7ab..427bc21 100644 --- a/external/integrity/encryption/disk/encryption_disk.md +++ b/external/integrity/encryption/disk/encryption_disk.md @@ -9,7 +9,7 @@ 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](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**. +**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]({{ '/?access:passwords' | relative_url }}) 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 diff --git a/external/integrity/encryption/file/encryption_file.md b/external/integrity/encryption/file/encryption_file.md index 4742a77..8e8b972 100644 --- a/external/integrity/encryption/file/encryption_file.md +++ b/external/integrity/encryption/file/encryption_file.md @@ -9,7 +9,7 @@ redirect_from: # Encrypting Files and Folders Encryption is an effective measure to protect sensitive data. In this lab card we provide instructions for file/folder encryption on platforms commonly used by LCSB staff. -**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**. +**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]({{ '/?access:passwords' | relative_url }}) 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 built-in mechanism for file-level encryption on a Mac is Encrypted Disk Images (*.dmg* files). In order to create a disk image: -- GitLab