File Encryption.txt

This commit is contained in:
Narsty
2023-06-01 17:58:59 -05:00
committed by GitHub
parent ef814e48af
commit f3eb6b0d86
+1 -1
View File
@@ -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:<PASSWORD HERE>
REM openssl enc -aes-256-cbc -d -in ~/Desktop/ENCRYPTED.enc -out ~/Desktop/<FILE NAME HERE.pdf> -pass pass:<PASSWORD HERE>
REM Title: File Encryption Tool