AES encrypted message issue
Posted: Tue Oct 22, 2024 7:53 pm
Hello folks,
I have an issue, i hope you can help me with. I got a challenge from my son - he is a graduating IT student and i have very little knowledge compared with him. However he challenged me to decrypt a hidden message for an exchange he quits smoking.
What i have figure out is that the message is salted and encrypted with AES as "U2FsdGVkX18" stands for salted. He also gave me salt, encrypted message, MD5 hash of this message IV and key. What he did not gave me is password. Only a hint to it that it contains 5 letters from A to H and 4 numbers 0-9. I was reading online that there is a way to derive keys/IVs from a password and then compare derived key and IV with the one i have. This way i will know the exact password? I could try to derive every single password by hand but i assume it is a life worth effort. Is there any way that i could run a code in python or open SSL to do this by computer?
Thank you in advance for an assistance.
I have an issue, i hope you can help me with. I got a challenge from my son - he is a graduating IT student and i have very little knowledge compared with him. However he challenged me to decrypt a hidden message for an exchange he quits smoking.
What i have figure out is that the message is salted and encrypted with AES as "U2FsdGVkX18" stands for salted. He also gave me salt, encrypted message, MD5 hash of this message IV and key. What he did not gave me is password. Only a hint to it that it contains 5 letters from A to H and 4 numbers 0-9. I was reading online that there is a way to derive keys/IVs from a password and then compare derived key and IV with the one i have. This way i will know the exact password? I could try to derive every single password by hand but i assume it is a life worth effort. Is there any way that i could run a code in python or open SSL to do this by computer?
Thank you in advance for an assistance.