Posts: 3
	Threads: 2
	Joined: Aug 2018
	
	
 
	
		
		
		10-30-2018, 03:36 AM 
(This post was last modified: 10-30-2018, 03:38 AM by FRIMAN.)
		
	 
	
		Hi!
How to decodeĀ md5(base64_encode($pass)) in hashcat?
I don't find this algoritm
Example:
6053088d05b02e35856f3aa3ce8b1c15:qawsed
qawsed in base64 = cWF3c2Vk
cWF3c2Vk in md5 = 6053088d05b02e35856f3aa3ce8b1c15
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,301
	Threads: 11
	Joined: Jul 2010
	
	
 
	
	
		Either you implement a kernel on your own for such a hash mode or you do the encoding externally and pipe in the already base64-encoded words in a0 mode, but this will cost quite some performance and won't allow you to use any of hashcat's integrated attack features.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 3
	Threads: 2
	Joined: Aug 2018
	
	
 
	
	
		 (10-30-2018, 09:42 AM)undeath Wrote:  Either you implement a kernel on your own for such a hash mode or you do the encoding externally and pipe in the already base64-encoded words in a0 mode, but this will cost quite some performance and won't allow you to use any of hashcat's integrated attack features.
how make kernel?
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 215
	Threads: 0
	Joined: Nov 2017