Posts: 11
	Threads: 6
	Joined: Jan 2013
	
	
 
	
		
		
 04-18-2013, 11:24 PM
 
		04-18-2013, 11:24 PM 
		
	 
	
		Could anyone tell me the differences between the hashcat executables in version .42? Which are named the following:
hashcat-cli64.bin  hashcat-cliAVX.bin  hashcat-cliXOP.bin
Thanks!
	
	
	
	
	
 
 
	
	
	
		
	Posts: 100
	Threads: 2
	Joined: Mar 2012
	
	
 
	
	
		They depend on which processor-specific features you want to use:
standard instructions, Advanced Vector Extensions, or eXtended OPerations instructions.
Be sure your processor can support the mode you are trying to use.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,935
	Threads: 12
	Joined: May 2012
	
	
 
	
	
		if you have a recent (current generation) CPU you should be able to use AVX if on Intel, or XOP if on AMD. check your processor flags (e.g. grep xop /proc/cpuinfo)