From b3cdd2ce7dca3452e761f099d8cae41c3730a169 Mon Sep 17 00:00:00 2001 From: Smart-SangGe <2251250136@qq.com> Date: Fri, 29 Sep 2023 23:53:46 +0800 Subject: [PATCH] fix: 7 --- set1/chellenge7.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/set1/chellenge7.sh b/set1/chellenge7.sh index 1aedf1d..d37ff6c 100644 --- a/set1/chellenge7.sh +++ b/set1/chellenge7.sh @@ -1 +1,3 @@ base64 --decode 7.txt > encrypted7.bin +openssl enc -d -aes-128-ecb -K $(echo -n "YELLOW SUBMARINE" | xxd -p) -in encrypted7.bin -out decrypted7.txt +cat decrypted7.txt \ No newline at end of file