1
0
This commit is contained in:
2023-09-29 23:53:46 +08:00
parent f99d0d9b38
commit b3cdd2ce7d

View File

@@ -1 +1,3 @@
base64 --decode 7.txt > encrypted7.bin 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