1
0
cryptopal/set1/chellenge7.sh
2023-09-29 23:53:46 +08:00

3 lines
166 B
Bash

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