AES want to understand

AES

jules70
a year ago

1

I know that we have intercepted that with Wireshark:

dV1M7Z5int2+QgRtDrQJRedIk+6lp3O8GoVBOzvq9zNUsIT7nKb/3I/dLipYMA==

As the interception finish with an ‘== ’ the hash is encoded with Base 64.
I go to base64decode.org/ and I past it below of Decode from Base64 format.

I put option with UTF-8

base64decode.org gives as result : ‘u]LнћbћЭѕBmґ EзH“sј…A;;кч3T°„ыњ¦яЬЏЭ.*X0’

I convert all of that in hexa (native format of AES)

I know that some sites can decrypt AES directly with B64 integrated, so just a simple paste of dV1M7Z5int2+QgRtDrQJRedIk+6lp3O8GoVBOzvq9zNUsIT7nKb/3I/dLipYMA==

I know that some sites request of 1 secret key to decrypt. But here with this chall we must bruteforced
Threre is 3 variantes with AES: 128, 192, 256
Here our AES is 192 bits <==> 192/8 <==> 24 bytes ?

Should I use a program with console mode ?
Should have a password list ?

crackstation.net doesn’t support AES

should i use a .py or .php script to unhash this aes hash ?
or a .sh or a cgi program

thank you for help me

1reply
2voices
203views
MagicToast
a year ago | edited a year ago

0

Try learning a bit more about AES. Try to understand, how you can encrypt a message yourself with for example openssl. Also mabey investigate what encryption methods there are. Hop this helps a bit.

Hint: search for “ecb tux”

You must be logged in to reply to this discussion. Login
1 of 2

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss