How to decode?
#1
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
Reply
#2
Use https://hashes.com/en/tools/hash_identifier or run hashcat "hash", it tries autodetect.
Reply
#3
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
Reply
#4
msi_g, name of URL parameter is "encApplicationId". Some kind of encryption is used rather than hashing.
Reply