I know nothing about decoding or anything, my friend send me this thing and asked if I knew anyone who could help, it reads:
Today we'll be playing with AES, MD5 and SHA1. Solving this challenge rewards 2 keys.
Start with these keys partials:
Key 1: 8643-_120-_D_3-_893
Key 2: E5_D-_722-_2E8-6_85
Each gap is a missing uppercase letter from A to F. Find #1 and #2 so that
CIPHERTEXT = AES-CBC-128(data = 16 null bytes, key = first 16 chars of SHA1(#1), iv = MD5(#2))
HEX(CIPHERTEXT) == ce975cc4578f4a7005f22ad7182a4
d7640a00bd18c6f27c479cebfb1d1
778c8b
So #1 and #2 are the alpha keys you're looking for.
Not sure where to begin, can anyone help?
