Posts: 1
	Threads: 1
	Joined: Jun 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 
.
I have already posted here but with no hope. 
LINK
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 111
	Threads: 1
	Joined: Apr 2023
	
	
 
	
		
		
		06-27-2023, 09:28 AM 
(This post was last modified: 06-27-2023, 09:29 AM by lapsikmees.)
		
	 
	
		Use 
https://hashes.com/en/tools/hash_identifier or run hashcat "hash", it tries autodetect.
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 927
	Threads: 16
	Joined: Sep 2017
	
	
 
	
	
		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
	
	
	
	
	
 
 
	
	
	
		
	Posts: 54
	Threads: 0
	Joined: Oct 2021
	
	
 
	
	
		msi_g, name of URL parameter is "encApplicationId". Some kind of encryption is used rather than hashing.