hashcat Forum

Full Version: How to decode?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

I am very new in hashcat. How can I decode hashes like 
Code:
Q7eM0euncHNyrhJPjN06lw==
? I suspected it was base64 but decoding in base64 gives me some garbage. After succsessfull decrypting it will give some  integer greater than zero. I am suspecting that this hash has link with integer 
Code:
8129439051009
.

I have already posted here but with no hope. LINK
Use https://hashes.com/en/tools/hash_identifier or run hashcat "hash", it tries autodetect.
yes, it seems like base64 encoding but, without any information about the software used (CMS or whatever) and how this string is computed you will not be able to "reverse engineer" that string

the "simplest" thing to think of is an internally used salt like base64(id+salt) or base64(salt+id), so again, without any knowledge about this webapp, forget it
msi_g, name of URL parameter is "encApplicationId". Some kind of encryption is used rather than hashing.