hashcat Forum
How to decode? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: How to decode? (/thread-11477.html)



How to decode? - msi_g - 06-27-2023

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


RE: How to decode? - aikiuslik - 06-27-2023

Use https://hashes.com/en/tools/hash_identifier or run hashcat "hash", it tries autodetect.


RE: How to decode? - Snoopy - 06-27-2023

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


RE: How to decode? - nick8606 - 06-27-2023

msi_g, name of URL parameter is "encApplicationId". Some kind of encryption is used rather than hashing.