Posts: 4
	Threads: 1
	Joined: Dec 2022
	
	
 
	
	
		Hi,
I want to find type of some encryption but hashcat, other hash identifiers could not find the type
Hash is 64 char
Contains only small letters, big letters and numbers
Lotly part is letter
Not contains any special char
Exits from a django password reset application
	
	
	
	
	
 
 
	
	
	
		
	Posts: 383
	Threads: 1
	Joined: Aug 2020
	
	
 
 
	
	
	
		
	Posts: 4
	Threads: 1
	Joined: Dec 2022
	
	
 
 
	
	
	
		
	Posts: 4
	Threads: 0
	Joined: Dec 2022
	
	
 
	
		
		
		12-18-2022, 03:13 PM 
(This post was last modified: 12-18-2022, 03:14 PM by viffju.)
		
	 
	
		 (12-17-2022, 06:58 PM)ug0x01 Wrote:  Exits from a django password reset application
Maybe not a hash at all, rather an URL string. That is I would expect from a "password reset" app.
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 4
	Threads: 1
	Joined: Dec 2022
	
	
 
	
	
		 (12-18-2022, 03:13 PM)viffju Wrote:   (12-17-2022, 06:58 PM)ug0x01 Wrote:  Exits from a django password reset application
Maybe not a hash at all, rather an URL string. That is I would expect from a "password reset" app.
Nope this is not a random token code. This is a CTF and at the hint, writes it's a hash
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 927
	Threads: 16
	Joined: Sep 2017
	
	
 
	
	
		it is very, very, very unlikely that a hashfunction will return a string with mixed small and capital letters NO WAY
maybe this would be no problem when the output is hex, but will result in many many problems if not, anyway again, no hashfunction will ever output mixed small and capital letters, so i also assume that this is some kind of token
	
	
	
	
	
 
 
	
	
	
		
	Posts: 4
	Threads: 0
	Joined: Dec 2022
	
	
 
	
		
		
		12-19-2022, 07:28 PM 
(This post was last modified: 12-19-2022, 07:32 PM by viffju.)
		
	 
	
		CTF. Maybe some obfuscation is in play. Something like base64. That would create this kind of string.
Or maybe you have to really use as token to get the "real" hash from web.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 4
	Threads: 1
	Joined: Dec 2022
	
	
 
	
	
		 (12-19-2022, 07:28 PM)viffju Wrote:  CTF. Maybe some obfuscation is in play. Something like base64. That would create this kind of string.
Or maybe you have to really use as token to get the "real" hash from web.
I have tried basic things like base64 but didn't worked