From f3eb6b0d862cc6906e9d9df19206ccc8b448562b Mon Sep 17 00:00:00 2001 From: Narsty Date: Thu, 1 Jun 2023 17:58:59 -0500 Subject: [PATCH] File Encryption.txt --- Obscurity/File Encryption.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Obscurity/File Encryption.txt b/Obscurity/File Encryption.txt index c6fb4c2..39fe40b 100644 --- a/Obscurity/File Encryption.txt +++ b/Obscurity/File Encryption.txt @@ -11,7 +11,7 @@ REM Must include file type in the name. Example (.pdf .txt .doc) REM password must be the same as when you encrypted -REM openssl enc -aes-256-cbc -d -in ~/Desktop/ENCRYPTED.enc -out ~/Desktop/screen_recording.mp4 -pass pass: +REM openssl enc -aes-256-cbc -d -in ~/Desktop/ENCRYPTED.enc -out ~/Desktop/ -pass pass: REM Title: File Encryption Tool