From 288fd0741c97be57245327713bb0ffc79eab74f3 Mon Sep 17 00:00:00 2001 From: Pavlos Papadopoulos <44439128+pavlos-p@users.noreply.github.com> Date: Fri, 4 Feb 2022 14:17:33 +0200 Subject: [PATCH] Update possible_ans.md --- unit02_symmetric/lab/possible_ans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit02_symmetric/lab/possible_ans.md b/unit02_symmetric/lab/possible_ans.md index dcc073a..f85fa94 100644 --- a/unit02_symmetric/lab/possible_ans.md +++ b/unit02_symmetric/lab/possible_ans.md @@ -17,7 +17,7 @@ A.3) A.4) - openssl enc -aes-256-cbc -in myfile.txt -out encrypted.bin –base64 + openssl enc -aes-256-cbc -in myfile.txt -out encrypted.bin -base64 A.6)