From bd4bd05f0d3daa309270966b7fdebf57ebb9fad6 Mon Sep 17 00:00:00 2001 From: Joshua Pickard Date: Wed, 17 May 2023 17:06:11 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ed6f503..5366a69 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,17 @@ This creates `threads.html` and extracts all information into the directory. ```rsync -avh --progress /sourcefile /destinationfolder/``` Add ```--dry-run``` to test +### LuksEncryption | cryptsetup +``` +sudo cryptsetup luksOpen /dev/sda1 my_encrypted_volume + +sudo mkdir /media/my_device +sudo mount /dev/mapper/my_encrypted_volume /media/my_device + +sudo umount /media/my_device +sudo cryptsetup luksClose my_encrypted_volume +``` + ### Find and copy files by extension recursively