Foreign Transmission Detected (DBO)

by Decom @, Wednesday, October 09, 2013, 14:39 (3850 days ago) @ Blackt1g3r
edited by Decom, Wednesday, October 09, 2013, 15:21

Ok, so I'm not that familiar with openssl but I took a look at the man page for it (and for 'enc') and it seems that you don't want the -a, since this doesn't really seem like a base64-encoded cipher (I could be wrong, though). Also, you want to add a -d for decryption (the default is to encrypt aka -e), so you were actually encrypting that string with a salt (a salt is used by default).

So, a revised command would look something like:

echo 737865a6de79ceffd44c86feb36ea480ef083dbecccdf71077dc044e218243f6 | openssl aes-128-ecb -d -pass 'pass:08732'


This still doesn't work but I think it's a step in the right direction.


Complete thread:

 RSS Feed of thread