Posts: 4
	Threads: 1
	Joined: Jan 2012
	
	
 
	
		
		
 01-18-2012, 08:55 PM
 
		01-18-2012, 08:55 PM 
		
	 
	
		Hello, I'm French so I use a translator!
I started using hashcat, I wanted to test into crack a series of numbers, but I always find this error is in the picture!
This is the hash : 9ojABM3KScnl40bja60+p7asfJz5A8bmY4DOblHxCe8=
![[Image: 802671Capture.png]](http://img15.hostingpics.net/pics/802671Capture.png) 
	 
 
	
	
	
		
	Posts: 2,301
	Threads: 11
	Joined: Jul 2010
	
	
 
	
	
		these are not exactly SHA1 hashes but base64(hex(sha1($pass))) ones. You need to base64-decode the hashes before you can crack them.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 4
	Threads: 1
	Joined: Jan 2012
	
	
 
	
		
		
		01-18-2012, 10:54 PM 
(This post was last modified: 01-18-2012, 10:54 PM by Pacify.)
		
	 
	
		when I decode, I do not get a readable writing, I 'got special characters ect ...
Where am I wrong :'( ?
=> öˆÀÃÊIÉåãFãkÂ>§¶¬|œùÆæc€ÎnQñ	ï
	
	
	
	
	
 
 
	
	
	
		
	Posts: 127
	Threads: 16
	Joined: Sep 2011
	
	
 
	
	
		I believe that's correct. Try writing that into a file, then give hashcat the path to the file to read instead of passing the hash on the command line.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 4
	Threads: 1
	Joined: Jan 2012
	
	
 
	
	
		I tried and it still does not work!
I dunno what to do: S
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		You have to convert it to HEX, not to binary. For example, go to this site: 
http://x00.co/~tools/ and choose "Base64 decode to hex". With your hash, it will result an 64 byte string, which is usually SHA256 not SHA1.
	
 
 
	
	
	
		
	Posts: 4
	Threads: 1
	Joined: Jan 2012
	
	
 
	
	
		Thank you very much, it works perfectly: D!