Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to convert an IgHashGpu command line in olchashcat
03-08-2011, 10:11 PM
Post: #1
How to convert an IgHashGpu command line in olchashcat
Hi,
Trying to make some test about the performances of the v0.26b
Been looking all over the help but no mode to convert this ighasgpu line in oclhashcat.

ighashgpu_1.exe /t:sha1 /min:11 /max:11 /uh:00010203040506070809 /salt:00050509003542250356567600 /h:1346FE139958E354FFCD75821E0791E1EF359459

Could anyone, please, explane me how use the hex char set and the hex salt?

Thanks in advance

BR

Alex
Find all posts by this user
Quote this message in a reply
03-08-2011, 11:33 PM
Post: #2
RE: How to convert an IgHashGpu command line in olchashcat
sl3 cracking not yet supported
Visit this user's website Find all posts by this user
Quote this message in a reply
03-09-2011, 12:18 AM
Post: #3
RE: How to convert an IgHashGpu command line in olchashcat
Ok Smile,
sorry for asking but at the end is only a simple SHA1 with the scheme pass,salt
The only need is an hex char set (00 to 09) and an hex salt hence the questions as the infos were showing it as fully supported.

BR

Alex
Find all posts by this user
Quote this message in a reply
03-09-2011, 10:37 AM
Post: #4
RE: How to convert an IgHashGpu command line in olchashcat
no, it is limited to 15 chars (for optimization reasons) but sl3 requires 24 chars
Visit this user's website Find all posts by this user
Quote this message in a reply
03-09-2011, 02:14 PM
Post: #5
RE: How to convert an IgHashGpu command line in olchashcat
(03-09-2011 10:37 AM)atom Wrote:  no, it is limited to 15 chars (for optimization reasons) but sl3 requires 24 chars

Ah, Ok
Thanks for the infos.. really appreciated.
Do you have the extension of the lenght in your roadmap?

BR

Alex
Find all posts by this user
Quote this message in a reply
03-10-2011, 11:12 AM
Post: #6
RE: How to convert an IgHashGpu command line in olchashcat
yes, oclHashcat-lite version will handle up to 48 chars in salted mode
Visit this user's website Find all posts by this user
Quote this message in a reply
03-10-2011, 10:04 PM
Post: #7
RE: How to convert an IgHashGpu command line in olchashcat
(03-10-2011 11:12 AM)atom Wrote:  yes, oclHashcat-lite version will handle up to 48 chars in salted mode

Thanks Atom Smile
really lloking forward for it.

My Best Regards

Alex
Find all posts by this user
Quote this message in a reply
03-11-2011, 02:45 PM
Post: #8
RE: How to convert an IgHashGpu command line in olchashcat
@Atom

oclhashcat-lite is ready or under devolment ?

Regards-
Find all posts by this user
Quote this message in a reply
03-11-2011, 03:15 PM
Post: #9
RE: How to convert an IgHashGpu command line in olchashcat
it is under development. the command in oclHashcat-lite must be rewritten to:

./oclHashcat-lite64.bin 1346FE139958E354FFCD75821E0791E1EF359459:003542250356567600 -1 00010203040506070809 -m 103 --hex-salt --hex-charset --output-format=1 --pw-min=15 --pw-max=15 ?1?1?1?1?1?1?1?1?1?1?100050509

see output here: http://paste2.org/p/1296058
Visit this user's website Find all posts by this user
Quote this message in a reply
03-11-2011, 06:02 PM (This post was last modified: 03-11-2011 06:26 PM by Moulnisky.)
Post: #10
RE: How to convert an IgHashGpu command line in olchashcat
Thanks Atom Smile
The speed for the cards used looks good

BR

Alex
Find all posts by this user
Quote this message in a reply
Post Reply