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